StringValues.Enumerator.Current 屬性

定義

取得集合中位於列舉值目前位置的元素。

public:
 property System::String ^ Current { System::String ^ get(); };
public string Current { get; }
public string? Current { get; }
member this.Current : string
Public ReadOnly Property Current As String

屬性值

位於列舉值中目前位置的集合中的元素。

實作

適用於