XmlLanguage.Empty Property

Definition

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