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

プロパティ値

PathSegmentCollectionの現在の項目。

実装

例外

PathSegmentCollectionは、列挙子の作成後に変更されました。

適用対象

こちらもご覧ください