XmlAttributeProperties::GetXmlSpace Method (DependencyObject^)

 

Gets the value of the XmlSpace attached property of the specified DependencyObject.

Namespace:   System.Windows.Markup
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
Return to top
Show: