ICustomPropertyProvider.GetCustomProperty(String) Metodo

Definizione

Ottiene un oggetto di supporto ICustomProperty di una proprietà personalizzata specificando un nome di proprietà.

public:
 ICustomProperty ^ GetCustomProperty(Platform::String ^ name);
ICustomProperty GetCustomProperty(winrt::hstring const& name);
public ICustomProperty GetCustomProperty(string name);
function getCustomProperty(name)
Public Function GetCustomProperty (name As String) As ICustomProperty

Parametri

name
String

Platform::String

winrt::hstring

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

Restituisce

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

Si applica a