IVsExtensibility3.GetGlobalsObject(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetGlobalsObject(System::Object ^ ExtractFrom, [Runtime::InteropServices::Out] System::Object ^ % ppGlobals);
public int GetGlobalsObject (object ExtractFrom, out object ppGlobals);
abstract member GetGlobalsObject : obj * obj -> int
Public Function GetGlobalsObject (ExtractFrom As Object, ByRef ppGlobals As Object) As Integer
Parameters
- ExtractFrom
- Object
- ppGlobals
- Object