您要查找的是不是:
- Provides a comment in the header file for the member variable. 提供成员变量头文件中的注释。
- Property will then be updated to match the name given to the member variable. 属性,以匹配分配给成员变量的名称。
- Properties, which are relevant when the Windows Forms Designer generates a member variable for a component. 属性的说明,当Windows窗体设计器为组件生成成员变量时会涉及这些属性。
- The file path or stream is stored in a member variable so it can be accessed later. 文件路径或流存储在成员变量中,以便稍后可以访问它。
- Select from the list the ID for the type of control for which you are adding the member variable. 从列表中选择正在为其添加成员变量的控件类型的ID。
- As you might expect, this must be the same type that you declared for the member variable. 正如您所料,默认值的类型必须与成员变量声明的类型完全相同。
- At design time, this will be used to generate a unique name for the corresponding member variable. 在设计阶段,这可以用于为对应的成员变量生成唯一的名称。
- Indicates that the member variable manages a control within a dialog box with data exchange and data validation support. 指示成员变量在具有数据交换和数据验证支持的对话框内管理控件。
- For example, the linked list has a member variable called m_Head of type Node, used for referencing the first item in the list. 例如,该链表具有一个名为m_Head的Node类型的成员变量,用于引用该列表中的第一个项。
- If you are adding a member variable for a dialog box control, this box is filled with the type of object returned for a control or value. 如果正在添加对话框控件的成员变量,则此框中充满为控件或值返回的对象类型。
- If you have a pointer to a structure and the value of the pointer is correct, every member variable of the structure will show the correct value. 如果您有指向结构的指针而且指针的值是正确的,那么结构的每个成员变量都将显示正确值。
- If you would like to print out the member variable values of an object for debugging reasons, read the paragraphs below. 如果因为调试需要,需要将对象的成员变量打印出来,请阅读下文。
- Code outside a class, structure, or module must qualify a member variable's name with the name of that class, structure, or module. 类、结构或模块之外的代码必须使用该类、结构或模块的名称来限定某个成员变量的名称。
- Create an edit control in your dialog box, then attach it to a member variable by double-clicking the edit control while holding a control key down. 在对话框中创建一个编辑控件,按下一个控件键下之后双击编辑控件并使之与一个成员变量相关联。
- Use initializers when all constructors create the member variable the same way; it's simpler to read and easier to maintain. 在所有的构造函数使用同样的方式创建成员变量的时候,使用初始化器,更加易读,更加容易维护。
- We will create this object as a member variable in the System Base class and create the database connection inside the constructor. 我们将在系统基类里创建此对象作为一个成员变量,并在构造器里建立数据库的连接。
- The data member variable wizard is specifically designed to take the relevant information and use it to insert elements in your source files at the appropriate locations. 数据成员变量向导是专门为获取相关信息并利用这些信息在源文件中的适当位置插入元素而设计的。
- Values themselves may serialize as either member variables or local variables. 值本身可以序列化为成员变量或局部变量。
- Nested containers allow sections of a control to be designable, without requiring an explicit serialized member variable or a custom serializer for each subcontrol. 嵌套容器允许对控件的各个部分进行设计,不需要为每个子控件提供显式的序列化成员变量或自定义序列化程序。
- A member variable defined in a class can be accessed only by the classes in the same package. Which modifier should be used to obtain the access control? 一个类中定义的成员变量只能被同一包中的类访问。下面的哪些修饰符可以获得需要的访问控制。