ICustomPropertyProvider.GetCustomProperty(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティ名を指定して、カスタム プロパティの ICustomProperty サポート オブジェクトを取得します。
public:
ICustomProperty ^ GetCustomProperty(Platform::String ^ name);
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
サポート オブジェクトを取得するプロパティの名前。
戻り値
カスタム プロパティ ( nullptr) に対して返されるサポート オブジェクト。