次の方法で共有


XmlQualifiedName.Empty フィールド

空の XmlQualifiedName を提供します。

Public Shared ReadOnly Empty As XmlQualifiedName
[C#]
public static readonly XmlQualifiedName Empty;
[C++]
public: static XmlQualifiedName* Empty;
[JScript]
public static var Empty : XmlQualifiedName;

解説

このフィールドでは、次の処理を実行できます。

XmlQualifiedName Qname = new XmlQualifiedName ("item","https://www.contoso.com/");
Qname.IsEmpty; //Returns false.
Qname.Empty; //Sets the namespace and local name to String.Empty.
Qname.IsEmpty; //Returns true.
 

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

XmlQualifiedName クラス | XmlQualifiedName メンバ | System.Xml 名前空間