Condividi tramite


DatePickerFlyoutItem.GetCustomProperty(String) Metodo

Definizione

Recupera un oggetto ICustomProperty specificando un nome di proprietà.

public:
 virtual ICustomProperty ^ GetCustomProperty(Platform::String ^ name) = GetCustomProperty;
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à.

Restituisce

Oggetto di supporto delle proprietà personalizzate.

Implementazioni

M:Microsoft.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(System.String) M:Microsoft.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(Platform::String) M:Microsoft.UI.Xaml.Data.ICustomPropertyProvider.GetCustomProperty(winrt::hstring)

Si applica a