XamlReader.Parse Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Legge il markup nella stringa di testo specificata e restituisce un oggetto corrispondente alla radice del markup specificato.
Overload
Parse(String, ParserContext) |
Legge il markup XAML nella stringa di testo specificata, utilizzando un oggetto ParserContext specificato, e restituisce un oggetto corrispondente alla radice del markup specificato. |
Parse(String) |
Legge l'input XAML nella stringa di testo specificata e restituisce un oggetto corrispondente alla radice del markup specificato. |
Parse(String, Boolean) | |
Parse(String, ParserContext, Boolean) |
Parse(String, ParserContext)
Legge il markup XAML nella stringa di testo specificata, utilizzando un oggetto ParserContext specificato, e restituisce un oggetto corrispondente alla radice del markup specificato.
public:
static System::Object ^ Parse(System::String ^ xamlText, System::Windows::Markup::ParserContext ^ parserContext);
public static object Parse (string xamlText, System.Windows.Markup.ParserContext parserContext);
static member Parse : string * System.Windows.Markup.ParserContext -> obj
Public Shared Function Parse (xamlText As String, parserContext As ParserContext) As Object
Parametri
- xamlText
- String
Input XAML come singola stringa di testo.
- parserContext
- ParserContext
Informazioni di contesto utilizzate dal parser.
Restituisce
Radice della struttura ad albero di oggetti creata.
Commenti
L'implementazione chiama Load internamente dopo aver creato un flusso dalla stringa. Per Load altre informazioni, ad esempio le possibili eccezioni.
Si applica a
Parse(String)
Legge l'input XAML nella stringa di testo specificata e restituisce un oggetto corrispondente alla radice del markup specificato.
public:
static System::Object ^ Parse(System::String ^ xamlText);
public static object Parse (string xamlText);
static member Parse : string -> obj
Public Shared Function Parse (xamlText As String) As Object
Parametri
- xamlText
- String
Input XAML come singola stringa di testo.
Restituisce
Radice della struttura ad albero di oggetti creata.
Commenti
L'implementazione chiama Load internamente dopo aver creato un flusso dalla stringa. Per Load altre informazioni, ad esempio le possibili eccezioni.
Si applica a
Parse(String, Boolean)
public:
static System::Object ^ Parse(System::String ^ xamlText, bool useRestrictiveXamlReader);
public static object Parse (string xamlText, bool useRestrictiveXamlReader);
static member Parse : string * bool -> obj
Public Shared Function Parse (xamlText As String, useRestrictiveXamlReader As Boolean) As Object
Parametri
- xamlText
- String
- useRestrictiveXamlReader
- Boolean
Restituisce
Si applica a
Parse(String, ParserContext, Boolean)
public:
static System::Object ^ Parse(System::String ^ xamlText, System::Windows::Markup::ParserContext ^ parserContext, bool useRestrictiveXamlReader);
public static object Parse (string xamlText, System.Windows.Markup.ParserContext parserContext, bool useRestrictiveXamlReader);
static member Parse : string * System.Windows.Markup.ParserContext * bool -> obj
Public Shared Function Parse (xamlText As String, parserContext As ParserContext, useRestrictiveXamlReader As Boolean) As Object
Parametri
- xamlText
- String
- parserContext
- ParserContext
- useRestrictiveXamlReader
- Boolean