IToolboxItemInfo.GetPropertyValue(String) 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.
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.