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)