Share via


DatePickerFlyoutItem.GetCustomProperty(String) Méthode

Définition

Récupère un objet ICustomProperty en spécifiant un nom de propriété.

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

Paramètres

name
String

Platform::String

winrt::hstring

Nom de la propriété.

Retours

Objet de prise en charge de la propriété personnalisée.

Implémente

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)

S’applique à