Condividi tramite


DatePickerFlyoutItem.GetIndexedProperty(String, TypeName) Metodo

Definizione

Recupera l'oggetto di supporto ICustomProperty di una proprietà personalizzata specificando un nome di proprietà e il tipo dell'insieme indicizzato.

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

Parametri

name
String

Platform::String

winrt::hstring

Nome della proprietà personalizzata.

type
TypeName Type

Tipo dell'insieme indicizzato, specificato come TypeName (per le estensioni del componente Visual C++ (C++/CX)) o System.Type (per C#/VB).

Restituisce

Oggetto di supporto restituito per la proprietà personalizzata o Null.

Implementazioni

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)

Si applica a