XmlAttributeProperties.SetXmlNamespaceMaps 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.