IToolboxExtensionsSdkInfo2.GetAttributeValue(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 Extesion SDK 清单中某个特性的值。
public:
System::String ^ GetAttributeValue(System::String ^ attributeName);
public:
Platform::String ^ GetAttributeValue(Platform::String ^ attributeName);
std::wstring GetAttributeValue(std::wstring const & attributeName);
public string GetAttributeValue (string attributeName);
abstract member GetAttributeValue : string -> string
Public Function GetAttributeValue (attributeName As String) As String
参数
- attributeName
- String
要检索其值的属性的名称。
返回
属性的值;如果未找到,则为 null。