Language

XmlAttributeProperties.GetXmlnsDictionary(DependencyObject) メソッド

定義

指定したXmlnsDictionaryの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

パラメーター

dependencyObject
DependencyObject

添付プロパティ値 XmlnsDictionary 取得するオブジェクト。

返品

指定したオブジェクトの XmlnsDictionary 添付プロパティの値。

属性

例外

dependencyObject は nullです。

適用対象