您要查找的是不是:
- Class and module member variables (outside any procedure) default to private access, and structure member variables default to public access. 类和模块成员变量(位于所有过程之外)默认为私有访问,而结构成员变量默认为公共访问。
- structure member variable 结构成员变量
- You cannot use WithEvents on a structure member. 您不能对结构成员使用WithEvents。
- 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. 如果您有指向结构的指针而且指针的值是正确的,那么结构的每个成员变量都将显示正确值。
- Provides a comment in the header file for the member variable. 提供成员变量头文件中的注释。
- Code outside a class, structure, or module must qualify a member variable's name with the name of that class, structure, or module. 类、结构或模块之外的代码必须使用该类、结构或模块的名称来限定某个成员变量的名称。
- Describes prohibited edits of structure member declarations. 描述禁止对结构成员声明进行的编辑。
- The scope of every structure member is the entire structure. 结构成员的范围是整个结构。
- 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窗体设计器为组件生成成员变量时会涉及这些属性。
- A horizontal or transverse beam, especially a structural member resting on two supports. 横梁,顶梁水平的或横向的梁,尤指架在两个支柱上的建筑构件
- 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 a class or structure member is providing the implementation for a member defined in an interface. 指示类或结构成员正在为接口中所定义的成员提供实现。
- The stern of a square-sterned boat when it is a structural member. 船尾板作为一个结构部件的六尾船的船尾
- A class or structure member that is accessible only through the interface that the class or structure implements. 只能通过类或结构实现的接口访问的类或结构成员。
- Indicates that the member variable manages a control within a dialog box with data exchange and data validation support. 指示成员变量在具有数据交换和数据验证支持的对话框内管理控件。
- The Implements keyword signifies that a class member or structure member implements a specific interface member. Implements关键字指定类成员或结构成员实现特定的接口成员。