Share via


DeploymentProviderSettingCollection.GetEnumerator Method

Definition

Gets an enumerator that iterates through the collection.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Web::Deployment::DeploymentProviderSetting ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Web.Deployment.DeploymentProviderSetting> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Web.Deployment.DeploymentProviderSetting>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Web.Deployment.DeploymentProviderSetting>
Public Function GetEnumerator () As IEnumerator(Of DeploymentProviderSetting)

Returns

Returns an enumerator that iterates through the collection.

Implements

Remarks

Note

Enumerators can be used to read the data in the collection, but they cannot be used to modify the underlying collection.

Applies to