IVsInvokablePrivate Interface

Namespace:  Microsoft.Internal.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("20E8B039-A51A-40C6-8F16-2A8BB99E046F")> _
Public Interface IVsInvokablePrivate
‘사용 방법
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

See Also

Reference

IVsInvokablePrivate Members

Microsoft.Internal.VisualStudio.Shell.Interop Namespace