IDocumentSite Interface

 

Maintains information and supplies methods for the parent object of the document.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[ComConversionLossAttribute]
[InterfaceTypeAttribute(1)]
[GuidAttribute("94A0F6F1-10BC-11D0-8D09-00A0C90F2732")]
public interface IDocumentSite

NameDescription
System_CAPS_pubmethodActivateObject(UInt32)

Activates the document object.

System_CAPS_pubmethodGetCompiler(Guid, IntPtr)

Returns the requested interface of the compiler for the document.

System_CAPS_pubmethodGetSite(IServiceProvider)

Returns the IServiceProvider interface for the document site. Typically returns the value set by SetSite.

System_CAPS_pubmethodIsObjectShowable()

Indicates whether or not the object is showable.

System_CAPS_pubmethodSetSite(IServiceProvider)

Sets the IServiceProvider interface for the document site.

Return to top
Show: