XAttribute.EmptySequence プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
属性の空のコレクションを取得します。
public:
static property System::Collections::Generic::IEnumerable<System::Xml::Linq::XAttribute ^> ^ EmptySequence { System::Collections::Generic::IEnumerable<System::Xml::Linq::XAttribute ^> ^ get(); };
public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> EmptySequence { get; }
member this.EmptySequence : seq<System.Xml.Linq.XAttribute>
Public Shared ReadOnly Property EmptySequence As IEnumerable(Of XAttribute)
プロパティ値
空のコレクションを格納している IEnumerable<T> の XAttribute。
注釈
このプロパティは、通常、属性のコレクションを返すメソッドを記述するときに、クラス実装者によって使用されます。 メソッドが属性の空のコレクションを返す必要がある場合は、このプロパティを使用して、オブジェクトの空の XAttribute コレクションを取得できます。