Condividi tramite


XmlAttributeProperties.GetXmlNamespaceMaps(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata XmlNamespaceMaps dell'oggetto DependencyObject specificato.

public:
 static System::String ^ GetXmlNamespaceMaps(System::Windows::DependencyObject ^ dependencyObject);
public:
 static System::Collections::Hashtable ^ GetXmlNamespaceMaps(System::Windows::DependencyObject ^ dependencyObject);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static string GetXmlNamespaceMaps (System.Windows.DependencyObject dependencyObject);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Collections.Hashtable GetXmlNamespaceMaps (System.Windows.DependencyObject dependencyObject);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetXmlNamespaceMaps : System.Windows.DependencyObject -> string
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetXmlNamespaceMaps : System.Windows.DependencyObject -> System.Collections.Hashtable
Public Shared Function GetXmlNamespaceMaps (dependencyObject As DependencyObject) As String
Public Shared Function GetXmlNamespaceMaps (dependencyObject As DependencyObject) As Hashtable

Parametri

dependencyObject
DependencyObject

Oggetto da cui ottenere la proprietà XmlNamespaceMaps.

Restituisce

Valore della proprietà XmlNamespaceMaps per l'oggetto specificato.

Attributi

Eccezioni

dependencyObject è null.

Si applica a