ActivityTagsCollection.Enumerator.Current Vlastnost

Definice

Získá prvek v kolekci na aktuální pozici enumerátoru.

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

Hodnota vlastnosti

Prvek v kolekci na aktuální pozici enumerátoru.

Implementuje

Platí pro