DocumentProperties.Close Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes down the DocumentProperties object so that its properties are no longer visible in the Properties window.
public:
void Close();
public:
void Close();
void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()
Remarks
This method removes the DocumentProperties object from tracking and removes all of its properties from the Properties window. After this method is called, the DocumentProperties object cannot be used to show properties ever again (a new instance of the DocumentProperties class must be created to have the properties appear in the Properties window).