CollectionEditor.CollectionForm.DestroyInstance(Object) 方法

定义

销毁对象的指定实例。

protected:
 void DestroyInstance(System::Object ^ instance);
protected void DestroyInstance (object instance);
member this.DestroyInstance : obj -> unit
Protected Sub DestroyInstance (instance As Object)

参数

instance
Object

要销毁的对象。

适用于