Share via


DatePickerFlyoutItem.GetCustomProperty(String) Método

Definición

Recupera un objeto ICustomProperty especificando un nombre de propiedad.

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

Parámetros

name
String

Platform::String

winrt::hstring

El nombre de la propiedad.

Devoluciones

Objeto de compatibilidad con la propiedad personalizada.

Implementaciones

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

Se aplica a