ActivityTagsCollection.Enumerator.Current Właściwość

Definicja

Pobiera element w kolekcji w bieżącej pozycji modułu wyliczającego.

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)

Wartość właściwości

KeyValuePair<String,Object>

Element w kolekcji w bieżącej pozycji modułu wyliczającego.

Implementuje

Dotyczy