IVsInvokerPrivate Interface
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<GuidAttribute("20705D94-A39B-4741-B5E1-041C5985EF61")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsInvokerPrivate
[GuidAttribute("20705D94-A39B-4741-B5E1-041C5985EF61")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInvokerPrivate
[GuidAttribute(L"20705D94-A39B-4741-B5E1-041C5985EF61")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsInvokerPrivate
[<GuidAttribute("20705D94-A39B-4741-B5E1-041C5985EF61")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInvokerPrivate = interface end
public interface IVsInvokerPrivate
The IVsInvokerPrivate type exposes the following members.
Methods
Name | Description | |
---|---|---|
Invoke | Microsoft internal use only. |
Top