共用方式為


AttributeDictionary.Enumerator.Current 屬性

定義

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

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::String ^> Current { System::Collections::Generic::KeyValuePair<System::String ^, System::String ^> get(); };
public System.Collections.Generic.KeyValuePair<string,string> Current { get; }
public System.Collections.Generic.KeyValuePair<string,string?> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<string, string>
Public ReadOnly Property Current As KeyValuePair(Of String, String)

屬性值

實作

適用於