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傳回的支持對象。