IXamlType.CreateFromString(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Représentation système de type résultante.