DocumentProperties.Close 方法

定义

关闭对象, DocumentProperties 使其属性在属性窗口中不再可见。

public:
 void Close();
public:
 void Close();
void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

注解

此方法 DocumentProperties 从跟踪中删除对象,并从 " 属性 " 窗口中删除其所有属性。 调用此方法后, DocumentProperties 对象不能再次用于显示属性, (DocumentProperties 必须创建类的新实例,才能让属性出现在 " 属性 " 窗口中) 。

适用于