IDocumentSite Interface
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.
Maintains information and supplies methods for the parent object of the document.
public interface class IDocumentSite
public interface class IDocumentSite
__interface IDocumentSite
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("94A0F6F1-10BC-11D0-8D09-00A0C90F2732")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDocumentSite
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("94A0F6F1-10BC-11D0-8D09-00A0C90F2732")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDocumentSite
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("94A0F6F1-10BC-11D0-8D09-00A0C90F2732")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDocumentSite = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("94A0F6F1-10BC-11D0-8D09-00A0C90F2732")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDocumentSite = interface
Public Interface IDocumentSite
- Derived
- Attributes
Methods
ActivateObject(UInt32) |
Activates the document object. |
GetCompiler(Guid, IntPtr) |
Returns the requested interface of the compiler for the document. |
GetSite(IServiceProvider) |
Returns the IServiceProvider interface for the document site. Typically returns the value set by SetSite(IServiceProvider). |
IsObjectShowable() |
Indicates whether or not the object is showable. |
SetSite(IServiceProvider) |
Sets the IServiceProvider interface for the document site. |