XamlReader.Parse Method
Reads the markup in the specified text string and returns an object that corresponds to the root of the specified markup.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Parse(String) | Reads the XAML input in the specified text string and returns an object that corresponds to the root of the specified markup. |
|
Parse(String, ParserContext) | Reads the XAML markup in the specified text string (using a specified ParserContext) and returns an object that corresponds to the root of the specified markup. |