XmlLanguage.Empty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a static XmlLanguage instance as would be created by GetLanguage(String) with the language tag as an empty attribute string.
public:
static property System::Windows::Markup::XmlLanguage ^ Empty { System::Windows::Markup::XmlLanguage ^ get(); };
public static System.Windows.Markup.XmlLanguage Empty { get; }
static member Empty : System.Windows.Markup.XmlLanguage
Public Shared ReadOnly Property Empty As XmlLanguage
Property Value
The empty language tag version of XmlLanguage, for use in comparison operations.
Remarks
This value is in effect the XmlLanguage corresponding to String.Empty, whose GetEquivalentCulture result is CultureInfo.InvariantCulture.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.