Share via


DatePickerFlyoutItem.GetCustomProperty(String) Methode

Definition

Ruft ein ICustomProperty-Objekt ab, indem ein Eigenschaftenname angegeben wird.

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

Parameter

name
String

Platform::String

winrt::hstring

Der Name der Eigenschaft.

Gibt zurück

Das benutzerdefinierte Eigenschaftsunterstützungsobjekt.

Implementiert

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)

Gilt für: