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.
Provides access to the internal interfaces of a proxy. For more information, see IInternalUnknown.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000021-0000-0000-C000-000000000046")> _
Public Interface IInternalUnknown
'Usage
Dim instance As IInternalUnknown
[InterfaceTypeAttribute()]
[GuidAttribute("00000021-0000-0000-C000-000000000046")]
public interface IInternalUnknown
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000021-0000-0000-C000-000000000046")]
public interface class IInternalUnknown
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000021-0000-0000-C000-000000000046")>]
type IInternalUnknown = interface end
public interface IInternalUnknown