XmlAttributeProperties.GetXmlNamespaceMaps(DependencyObject) メソッド

定義

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

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

パラメーター

dependencyObject
DependencyObject

XmlNamespaceMaps プロパティを取得するオブジェクト。

返品

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

属性

例外

dependencyObjectnullです。

適用対象