IVsUIDataSource::GetValue Method (String^, IVsUIObject^)

 

Returns the value of a property.

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

int GetValue(
	String^ prop,
	[OutAttribute] IVsUIObject^% ppValue
)

Parameters

prop
Type: System::String^

[in] The name of the property to return.

ppValue
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIObject^

[out] Location to return a pointer to the interface for the property value.

Return Value

Type: System::Int32

Returns S_OK if the value was returned.

Return to top
Show: