ICustomPropertyProvider.GetIndexedProperty(String, TypeName) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
藉由指定屬性名稱和索引集合的類型,取得自訂屬性的 ICustomProperty 支持對象。
public:
ICustomProperty ^ GetIndexedProperty(Platform::String ^ name, TypeName type);
ICustomProperty GetIndexedProperty(winrt::hstring const& name, TypeName const& type);
public ICustomProperty GetIndexedProperty(string name, System.Type type);
function getIndexedProperty(name, type)
Public Function GetIndexedProperty (name As String, type As Type) As ICustomProperty
參數
- name
-
String
Platform::String
winrt::hstring
要取得支持對象的屬性名稱。
傳回
自訂屬性或 nullptr傳回的支持對象。