IToolboxItemInfo.GetPropertyValue(String) 方法

定义

给定属性 ID,返回此项的相应值。

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

参数

name
String

ProvideToolboxItemDiscoveryAttribute 的 ItemPropertyIdsAndNames 属性的非本地化 ID。

返回

此项的值。

注解

可以在后台线程上调用此方法。

适用于