Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gives an embedded object information about resources provided by its container such as the location and extent of its display site, its moniker, and its user interface. For more information, see IOleClientSite.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000118-0000-0000-C000-000000000046")> _
Public Interface IOleClientSite
'Usage
Dim instance As IOleClientSite
[InterfaceTypeAttribute()]
[GuidAttribute("00000118-0000-0000-C000-000000000046")]
public interface IOleClientSite
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000118-0000-0000-C000-000000000046")]
public interface class IOleClientSite
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000118-0000-0000-C000-000000000046")>]
type IOleClientSite = interface end
public interface IOleClientSite