DeploymentSkipDirective.GetEnumerator Method

Definition

Gets an enumerator that can be used to iterate through the DeploymentSkipDirectiveEntry objects in the current instance.

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

Returns

Implements

Applies to