DatePickerFlyoutItem.GetCustomProperty(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성 이름을 지정하여 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)