次の方法で共有


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) に対して返されるサポート オブジェクト。

適用対象

こちらもご覧ください