MyGroupCollectionAttribute(String, String, String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 Visual Basic 中,此特性支持 My.Forms
和 My.WebServices
。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
MyGroupCollectionAttribute(System::String ^ typeToCollect, System::String ^ createInstanceMethodName, System::String ^ disposeInstanceMethodName, System::String ^ defaultInstanceAlias);
public MyGroupCollectionAttribute (string typeToCollect, string createInstanceMethodName, string disposeInstanceMethodName, string defaultInstanceAlias);
new Microsoft.VisualBasic.MyGroupCollectionAttribute : string * string * string * string -> Microsoft.VisualBasic.MyGroupCollectionAttribute
Public Sub New (typeToCollect As String, createInstanceMethodName As String, disposeInstanceMethodName As String, defaultInstanceAlias As String)
参数
- typeToCollect
- String
String
. 初始化 MyGroupName 属性。 编译器会为派生自此类型的类生成访问器属性。
- createInstanceMethodName
- String
String
. 初始化 CreateMethod 属性。 指定类中创建类型实例的方法。
- disposeInstanceMethodName
- String
String
. 初始化 DisposeMethod 属性。 指定类中释放类型实例的方法。
- defaultInstanceAlias
- String
String
. 初始化 DefaultInstanceAlias 属性。 指定返回类的默认实例的属性名。
注解
在 Visual Basic 中,此特性支持 My.Forms
和 My.WebServices
。 它不可直接通过代码使用。
将此属性放在类上时,编译器将使用与项目中派生自 属性指定的类型的所有类型对应的属性填充该 MyGroupName 类。