Share via


DatePickerFlyoutItem.GetCustomProperty(String) Method

Definition

Retrieves an ICustomProperty object by specifying a property name.

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

Parameters

name
String

Platform::String

winrt::hstring

The name of the property.

Returns

The custom property support object.

Implements

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)

Applies to