Share via


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)

적용 대상