IVsGlobalsCallback2 Interface

Performs the save and load operations for the IVsGlobals2 interface.

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

Syntax

‘선언
<GuidAttribute("5447CE90-561E-4C8E-BE70-9FD5F89BCFA7")> _
<InterfaceTypeAttribute()> _
Public Interface IVsGlobalsCallback2
‘사용 방법
Dim instance As IVsGlobalsCallback2
[GuidAttribute("5447CE90-561E-4C8E-BE70-9FD5F89BCFA7")]
[InterfaceTypeAttribute()]
public interface IVsGlobalsCallback2
[GuidAttribute(L"5447CE90-561E-4C8E-BE70-9FD5F89BCFA7")]
[InterfaceTypeAttribute()]
public interface class IVsGlobalsCallback2
[<GuidAttribute("5447CE90-561E-4C8E-BE70-9FD5F89BCFA7")>]
[<InterfaceTypeAttribute()>]
type IVsGlobalsCallback2 =  interface end
public interface IVsGlobalsCallback2

See Also

Reference

IVsGlobalsCallback2 Members

Microsoft.VisualStudio.Shell.Interop Namespace