Compartir a través de


PropertySet.GetEnumerator Método

Definición

Devuelve un enumerador que recorre en iteración la colección.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> GetEnumerator();
Public Function GetEnumerator () As IEnumerator(Of PropertyDefinitionBase)

Devoluciones

Objeto IEnumerator que se puede usar para recorrer en iteración la colección.

Implementaciones

Se aplica a