次の方法で共有


XmlAttributeProperties.GetXmlnsDictionary(DependencyObject) メソッド

定義

指定した DependencyObjectXmlnsDictionary 添付プロパティの値を取得します。

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 添付プロパティの値。

属性

例外

dependencyObjectnullです。

適用対象