ICustomPropertyProvider.GetCustomProperty(String) 方法

定义

通过指定属性名称获取自定义属性的 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

适用于