DeploymentSkipDirectiveCollection.CopyTo Method

Definition

Copies the skip directives from the current collection into the specified array, starting at the specified index.

public:
 virtual void CopyTo(cli::array <Microsoft::Web::Deployment::DeploymentSkipDirective ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.Web.Deployment.DeploymentSkipDirective[] array, int arrayIndex);
abstract member CopyTo : Microsoft.Web.Deployment.DeploymentSkipDirective[] * int -> unit
override this.CopyTo : Microsoft.Web.Deployment.DeploymentSkipDirective[] * int -> unit
Public Sub CopyTo (array As DeploymentSkipDirective(), arrayIndex As Integer)

Parameters

arrayIndex
Int32

Applies to