ICustomPropertyProvider.GetCustomProperty(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过指定属性名称获取自定义属性的 ICustomProperty 支持对象。
public:
ICustomProperty ^ GetCustomProperty(Platform::String ^ name);
ICustomProperty GetCustomProperty(winrt::hstring const& name);
public ICustomProperty GetCustomProperty(string name);
function getCustomProperty(name)
Public Function GetCustomProperty (name As String) As ICustomProperty
参数
- name
-
String
Platform::String
winrt::hstring
要获取其支持对象的属性的名称。
返回
返回的自定义属性的支持对象,或 nullptr。