IVsGlobalsCallback2.ReadData(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.
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.