DeploymentSkipDirectiveCollection.Add Method

Definition

Adds a DeploymentSkipDirective to the current collection.

Overloads

Add(DeploymentSkipDirective)

Adds the specified DeploymentSkipDirective instance to the current collection.

Add(String, String)

Adds a DeploymentSkipDirective object to the current collection.

Add(DeploymentSkipDirective)

Adds the specified DeploymentSkipDirective instance to the current collection.

public:
 virtual void Add(Microsoft::Web::Deployment::DeploymentSkipDirective ^ item);
public void Add (Microsoft.Web.Deployment.DeploymentSkipDirective item);
abstract member Add : Microsoft.Web.Deployment.DeploymentSkipDirective -> unit
override this.Add : Microsoft.Web.Deployment.DeploymentSkipDirective -> unit
Public Sub Add (item As DeploymentSkipDirective)

Parameters

Implements

Applies to

Add(String, String)

Adds a DeploymentSkipDirective object to the current collection.

public:
 void Add(System::String ^ name, System::String ^ skipDirective);
public void Add (string name, string skipDirective);
member this.Add : string * string -> unit
Public Sub Add (name As String, skipDirective As String)

Parameters

name
String

The name of the skip directive to add.

skipDirective
String

Applies to