共用方式為


XmlAttributeProperties.GetXmlNamespaceMaps(DependencyObject) 方法

定義

取得所指定 DependencyObjectXmlNamespaceMaps 附加屬性值。

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

適用於