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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.