XmlAttributeProperties.SetXmlNamespaceMaps Method

Definition

Overloads

SetXmlNamespaceMaps(DependencyObject, Hashtable)
SetXmlNamespaceMaps(DependencyObject, String)

Sets the value of the XmlNamespaceMaps attached property of the specified DependencyObject.

SetXmlNamespaceMaps(DependencyObject, Hashtable)

public:
 static void SetXmlNamespaceMaps(System::Windows::DependencyObject ^ dependencyObject, System::Collections::Hashtable ^ value);
public static void SetXmlNamespaceMaps (System.Windows.DependencyObject dependencyObject, System.Collections.Hashtable value);
static member SetXmlNamespaceMaps : System.Windows.DependencyObject * System.Collections.Hashtable -> unit
Public Shared Sub SetXmlNamespaceMaps (dependencyObject As DependencyObject, value As Hashtable)

Parameters

dependencyObject
DependencyObject
value
Hashtable

Applies to

SetXmlNamespaceMaps(DependencyObject, String)

Sets the value of the XmlNamespaceMaps attached property of the specified DependencyObject.

public:
 static void SetXmlNamespaceMaps(System::Windows::DependencyObject ^ dependencyObject, System::String ^ value);
public static void SetXmlNamespaceMaps (System.Windows.DependencyObject dependencyObject, string value);
static member SetXmlNamespaceMaps : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetXmlNamespaceMaps (dependencyObject As DependencyObject, value As String)

Parameters

dependencyObject
DependencyObject

The object on which to set the XmlNamespaceMaps attached property.

value
String

The string value to set.

Exceptions

dependencyObject is null.

Applies to