Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft