ICustomPropertyProvider.GetIndexedProperty(String, TypeName) 方法

定义

通过指定属性名称和索引集合的类型,获取自定义属性的 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

要获取其支持对象的属性的名称。

type
TypeName Type

索引集合的类型,指定为 TypeName 包装器。

返回

自定义属性返回的支持对象,或 nullptr

适用于

另请参阅