Condividi tramite


ICustomPropertyProvider.GetIndexedProperty(String, TypeName) Metodo

Definizione

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

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

Parametri

name
String

Platform::String

winrt::hstring

Nome della proprietà per ottenere l'oggetto di supporto per.

type
TypeName Type

Tipo dell'insieme indicizzato, specificato come wrapper TypeName .

Restituisce

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

Si applica a

Vedi anche