IDocumentSite2 Members
Include Protected Members
Include Inherited Members
Maintains information and supplies methods for the parent object of the document. This interface extends and inherits from IDocumentSite.
The IDocumentSite2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ActivateObject | Activates the document object. (Inherited from IDocumentSite.) | |
GetCompiler | Returns the requested interface of the compiler for the document. (Inherited from IDocumentSite.) | |
GetObject | Returns the IDispatch interface of the object. | |
GetSite | Returns the IServiceProvider interface for the document site. Typically returns the value set by SetSite. (Inherited from IDocumentSite.) | |
IsObjectShowable | Indicates whether or not the object is showable. (Inherited from IDocumentSite.) | |
SetSite | Sets the IServiceProvider interface for the document site. (Inherited from IDocumentSite.) |
Top