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。