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)

適用対象