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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา