IToolboxItemInfo::GetPropertyValue Method (String^)

 

Returns the corresponding value for this item from a given property identifier.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

String^ GetPropertyValue(
	String^ name
)

Parameters

name
Type: System::String^

A non-localized identifier from the ItemPropertyIdsAndNames property.

Return Value

Type: System::String^

The value for this item.

This method can be called on a background thread.

Return to top
Show: