ResourceDictionaryCollection.AddXamlString(String) Method

Definition

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.

Applies to