Partager via


XmlAttributeProperties.GetXmlnsDictionary(DependencyObject) Méthode

Définition

Obtient la valeur de la propriété attachée XmlnsDictionary du DependencyObject spécifié.

public:
 static System::Windows::Markup::XmlnsDictionary ^ GetXmlnsDictionary(System::Windows::DependencyObject ^ dependencyObject);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Markup.XmlnsDictionary GetXmlnsDictionary (System.Windows.DependencyObject dependencyObject);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetXmlnsDictionary : System.Windows.DependencyObject -> System.Windows.Markup.XmlnsDictionary
Public Shared Function GetXmlnsDictionary (dependencyObject As DependencyObject) As XmlnsDictionary

Paramètres

dependencyObject
DependencyObject

Objet à partir duquel obtenir la valeur de la propriété jointe XmlnsDictionary.

Retours

Valeur de la propriété jointe XmlnsDictionary pour l'objet spécifié.

Attributs

Exceptions

dependencyObject a la valeur null.

S’applique à