Share via


DeploymentSyncParameterCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

A IEnumerator&lt;T&gt; that iterates through the collection.

Implements

Applies to