IVsGlobalsCallback2.ReadData(Object) Method

Definition

Takes names and values from an object and stores them as globals.

public:
 int ReadData(System::Object ^ pGlobals);
public:
 int ReadData(Platform::Object ^ pGlobals);
int ReadData(winrt::Windows::Foundation::IInspectable const & pGlobals);
public int ReadData (object pGlobals);
abstract member ReadData : obj -> int
Public Function ReadData (pGlobals As Object) As Integer

Parameters

pGlobals
Object

[in] Pointer to the IUnknown interface of the object.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to