DeploymentSkipDirectiveCollection.GetEnumerator Method

Definition

Gets an enumerator that can be used to iterate through the current collection.

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

Returns

A valid IEnumerator&lt;DeploymentSkipDirective&gt; that can be used to iterate through the current collection.

Implements

Applies to