ResourceDictionaryCollection.AddXamlString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a xaml string to this list.
public void AddXamlString (string resourceDictionaryXaml);
member this.AddXamlString : string -> unit
Public Sub AddXamlString (resourceDictionaryXaml As String)
Parameters
- resourceDictionaryXaml
- String
A xaml string describing a WPF resource dictionary.
Exceptions
If the same resourceDictionaryXaml
value is added a second time.