Compartilhar via


DatePickerFlyoutItem.GetCustomProperty(String) Método

Definição

Recupera um objeto ICustomProperty especificando um nome de propriedade.

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

O nome da propriedade.

Retornos

O objeto de suporte de propriedade personalizada.

Implementações

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)

Aplica-se a