IVsGlobals 介面
這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("192AC688-E7C6-4F9D-8180-4B37EFBF6F3A")> _
Public Interface IVsGlobals
[InterfaceTypeAttribute()]
[GuidAttribute("192AC688-E7C6-4F9D-8180-4B37EFBF6F3A")]
public interface IVsGlobals
[InterfaceTypeAttribute()]
[GuidAttribute(L"192AC688-E7C6-4F9D-8180-4B37EFBF6F3A")]
public interface class IVsGlobals
[<InterfaceTypeAttribute()>]
[<GuidAttribute("192AC688-E7C6-4F9D-8180-4B37EFBF6F3A")>]
type IVsGlobals = interface end
public interface IVsGlobals
IVsGlobals 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Empty | 基礎架構。 僅限 Microsoft 內部使用。 | |
Load | 基礎架構。 僅限 Microsoft 內部使用。 | |
Save | 基礎架構。 僅限 Microsoft 內部使用。 |
回頁首