IToolboxItemInfo.GetPropertyValue(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
给定属性 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。
返回
此项的值。
注解
可以在后台线程上调用此方法。