XmlAttributeProperties.GetXmlSpace(DependencyObject) 方法

定义

获取指定的 DependencyObjectXmlSpace 附加属性的值。

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 附加属性的值。

属性

例外

dependencyObjectnull

适用于

另请参阅