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

适用于

另请参阅