Share via


IToolboxItemInfo.GetPropertyValue(String) Method

Definition

Given a property ID, returns the corresponding value for this item.

public:
 System::String ^ GetPropertyValue(System::String ^ name);
public:
 Platform::String ^ GetPropertyValue(Platform::String ^ name);
std::wstring GetPropertyValue(std::wstring const & name);
public string GetPropertyValue (string name);
abstract member GetPropertyValue : string -> string
Public Function GetPropertyValue (name As String) As String

Parameters

name
String

A non-localized ID from the ItemPropertyIdsAndNames property of ProvideToolboxItemDiscoveryAttribute.

Returns

The value for this item.

Remarks

This method may be called on a background thread.

Applies to