XmlLanguage::Empty Property

 

Gets a static XmlLanguage instance as would be created by GetLanguage with the language tag as an empty attribute string.

Namespace:   System.Windows.Markup
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property XmlLanguage^ Empty {
	static XmlLanguage^ get();
}

Property Value

Type: System.Windows.Markup::XmlLanguage^

The empty language tag version of XmlLanguage, for use in comparison operations.

This value is in effect the XmlLanguage corresponding to String::Empty, whose GetEquivalentCulture result is CultureInfo::InvariantCulture.

.NET Framework
Available since 3.0
Return to top
Show: