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 が、列挙子の作成後に変更されました。

適用対象

こちらもご覧ください