ActivityTagsCollection.Enumerator.Current Propriété

Définition

Obtient l’élément de la collection situé à la position actuelle de l’énumérateur.

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)

Valeur de propriété

Élément dans la collection à la position actuelle de l'énumérateur.

Implémente

S’applique à