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)