XmlAttributeProperties.SetXmlNamespaceMaps(DependencyObject, String) Method

Definition

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