DeploymentSkipDirectiveCollection.Remove(DeploymentSkipDirective) Method

Definition

Removes the specified skip directive from the current collection.

public:
 virtual bool Remove(Microsoft::Web::Deployment::DeploymentSkipDirective ^ item);
public bool Remove (Microsoft.Web.Deployment.DeploymentSkipDirective item);
abstract member Remove : Microsoft.Web.Deployment.DeploymentSkipDirective -> bool
override this.Remove : Microsoft.Web.Deployment.DeploymentSkipDirective -> bool
Public Function Remove (item As DeploymentSkipDirective) As Boolean

Parameters

Returns

true if the skip directive was moved, otherwise false.

Implements

Applies to