DatePickerFlyoutItem.GetCustomProperty(String) Метод

Определение

Извлекает объект ICustomProperty , указывая имя свойства.

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

Параметры

name
String

Platform::String

winrt::hstring

Имя свойства.

Возвращаемое значение

Объект поддержки настраиваемого свойства.

Реализации

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)

Применяется к