DatePickerFlyoutItem.GetIndexedProperty(String, TypeName) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
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.