Freigeben über


IVsExtensibility.GetGlobalsObject-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Function GetGlobalsObject ( _
    ExtractFrom As Object _
) As Globals
Globals GetGlobalsObject(
    Object ExtractFrom
)
Globals^ GetGlobalsObject(
    [InAttribute] Object^ ExtractFrom
)
abstract GetGlobalsObject : 
        ExtractFrom:Object -> Globals 
function GetGlobalsObject(
    ExtractFrom : Object
) : Globals

Parameter

Rückgabewert

Typ: EnvDTE.Globals
Globals.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsExtensibility Schnittstelle

EnvDTE-Namespace