XmlAttributeProperties::GetXmlSpace Method (DependencyObject^)
.NET Framework (current version)
Gets the value of the XmlSpace attached property of the specified DependencyObject.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))] static String^ GetXmlSpace( DependencyObject^ dependencyObject )
Parameters
- dependencyObject
-
Type:
System.Windows::DependencyObject^
The object to obtain the XmlSpace attached property value from.
Return Value
Type: System::String^The value of the XmlSpace attached property for the specified object.
| Exception | Condition |
|---|---|
| ArgumentNullException | dependencyObject is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: