VectorCollection.Enumerator.Current プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の現在の要素を取得します。
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
プロパティ値
コレクション内にある現在の要素です。
実装
例外
VectorCollection が、列挙子の作成後に変更されました。