VectorCollection.Enumerator.Current プロパティ

定義

コレクション内の現在の要素を取得します。

public:
 property System::Windows::Vector Current { System::Windows::Vector get(); };
public System.Windows.Vector Current { get; }
member this.Current : System.Windows.Vector
Public ReadOnly Property Current As Vector

プロパティ値

Vector

コレクション内にある現在の要素です。

実装

例外

VectorCollection が、列挙子の作成後に変更されました。

適用対象

こちらもご覧ください