MyGroupCollectionAttribute.DisposeMethod 属性

定义

在 Visual Basic 中,此属性支持 My

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ DisposeMethod { System::String ^ get(); };
public string DisposeMethod { get; }
member this.DisposeMethod : string
Public ReadOnly Property DisposeMethod As String

属性值

指定类中释放类型实例的方法。

注解

此属性支持 My.Forms Visual Basic 中的 和 My.WebServices 。 它不可直接通过代码使用。

适用于

另请参阅