IVsInvokablePrivate Interface
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("20E8B039-A51A-40C6-8F16-2A8BB99E046F")> _
Public Interface IVsInvokablePrivate
'Utilisation
Dim instance As 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