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 已修改。

適用於

另請參閱