IVsUIObject::get_Data Method (Object^)

 

Returns the value for the object.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int get_Data(
	[OutAttribute] Object^% pVar
)

Parameters

pVar
Type: System::Object^

[out] Location to return the value.

Return Value

Type: System::Int32

Returns S_OK if the value was returned.

Return to top
Show: