次の方法で共有


ICustomPropertyProvider.GetCustomProperty(String) メソッド

定義

プロパティ名を指定して、カスタム プロパティの 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) に対して返されるサポート オブジェクト。

適用対象