次の方法で共有


IXamlType.CreateFromString(String) メソッド

定義

文字列に基づいて型システム表現を作成します。 この使用メインシナリオでは、列挙値を作成し、適切な列挙をマッピングします。

public:
 Platform::Object ^ CreateFromString(Platform::String ^ value);
IInspectable CreateFromString(winrt::hstring const& value);
public object CreateFromString(string value);
function createFromString(value)
Public Function CreateFromString (value As String) As Object

パラメーター

value
String

Platform::String

winrt::hstring

作成元の文字列。

戻り値

Object

Platform::Object

IInspectable

結果の型システム表現。

適用対象