Partage via


IXamlType.CreateFromString(String) Méthode

Définition

Crée une représentation système de type basée sur une chaîne. Le scénario main pour cette utilisation consiste à créer une valeur d’énumération et à mapper l’énumération appropriée.

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

Paramètres

value
String

Platform::String

winrt::hstring

Chaîne à partir de laquelle créer.

Retours

Object

Platform::Object

IInspectable

Représentation système de type résultante.

S’applique à