DatePickerFlyoutItem.GetIndexedProperty(String, TypeName) メソッド

定義

プロパティ名とインデックス付きコレクションの型を指定して、カスタム プロパティの ICustomProperty サポート オブジェクトを取得します。

public:
 virtual ICustomProperty ^ GetIndexedProperty(Platform::String ^ name, TypeName type) = GetIndexedProperty;
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 (Visual C++ コンポーネント拡張機能 (C++/CX) の場合) または System.Type (C#/VB の場合) として指定されたインデックス付きコレクションの型。

戻り値

カスタム プロパティに対して返されるサポート オブジェクト( null)。

実装

M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(System.String,Windows.UI.Xaml.Interop.TypeName) M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(System.String,System.Type) M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(Platform::String,Windows.UI.Xaml.Interop.TypeName) M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(winrt::hstring,Windows.UI.Xaml.Interop.TypeName)

適用対象