XmlAttributeProperties.GetXmlSpace(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所指定 DependencyObject 的 XmlSpace 附加屬性值。
public:
static System::String ^ GetXmlSpace(System::Windows::DependencyObject ^ dependencyObject);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static string GetXmlSpace (System.Windows.DependencyObject dependencyObject);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetXmlSpace : System.Windows.DependencyObject -> string
Public Shared Function GetXmlSpace (dependencyObject As DependencyObject) As String
參數
- dependencyObject
- DependencyObject
從其中取得 XmlSpace 附加屬性值的物件。
傳回
指定之物件的 XmlSpace 附加屬性值。
- 屬性
例外狀況
dependencyObject
為 null
。