IVsUIObject.get_Data(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.
Returns the value for the object.
public:
int get_Data([Runtime::InteropServices::Out] System::Object ^ % pVar);
public int get_Data (out object pVar);
abstract member get_Data : obj -> int
Public Function get_Data (ByRef pVar As Object) As Integer
Parameters
- pVar
- Object
[out] Location to return the value.
Returns
Returns S_OK if the value was returned.