XmlAttributeProperties.GetXmlnsDictionary(DependencyObject) Metoda

Definice

Získá hodnotu XmlnsDictionary připojené vlastnosti zadané DependencyObject.

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

Parametry

dependencyObject
DependencyObject

Objekt, ze který XmlnsDictionary chcete získat hodnotu připojené vlastnosti.

Návraty

Hodnota XmlnsDictionary připojené vlastnosti pro zadaný objekt.

Atributy

Výjimky

dependencyObject je null.

Platí pro