ActivityTagsCollection.Enumerator.Current Propriedade
Definição
Obtém o elemento na coleção na posição atual do enumerador.Gets the element in the collection at the current position of the enumerator.
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)
Valor da propriedade
O elemento na coleção na posição atual do enumerador.The element in the collection at the current position of the enumerator.