IVsInvokablePrivate 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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("20E8B039-A51A-40C6-8F16-2A8BB99E046F")> _
Public Interface IVsInvokablePrivate
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("20E8B039-A51A-40C6-8F16-2A8BB99E046F")]
public interface IVsInvokablePrivate
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"20E8B039-A51A-40C6-8F16-2A8BB99E046F")]
public interface class IVsInvokablePrivate
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("20E8B039-A51A-40C6-8F16-2A8BB99E046F")>]
type IVsInvokablePrivate = interface end
public interface IVsInvokablePrivate
The IVsInvokablePrivate type exposes the following members.
Methods
Name | Description | |
---|---|---|
Invoke | Microsoft internal use only. |
Top