PathSegmentCollection.Enumerator.Current 属性

定义

获取 PathSegmentCollection 中的当前项。

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

属性值

PathSegment

PathSegmentCollection 中的当前项。

实现

例外

创建枚举器后修改了 PathSegmentCollection

适用于

另请参阅