Share via


DeploymentSkipDirective Constructors

Definition

Creates an instance of a DeploymentSkipDirective object.

Overloads

DeploymentSkipDirective(String)

Creates an instance of a DeploymentSkipDirective object.

DeploymentSkipDirective(String, String)

Creates an instance of a DeploymentSkipDirective object.

DeploymentSkipDirective(String, String, Boolean)

DeploymentSkipDirective(String)

Creates an instance of a DeploymentSkipDirective object.

protected:
 DeploymentSkipDirective(System::String ^ name);
protected DeploymentSkipDirective (string name);
new Microsoft.Web.Deployment.DeploymentSkipDirective : string -> Microsoft.Web.Deployment.DeploymentSkipDirective
Protected Sub New (name As String)

Parameters

name
String

The name of the skip directive to create.

Applies to

DeploymentSkipDirective(String, String)

Creates an instance of a DeploymentSkipDirective object.

public:
 DeploymentSkipDirective(System::String ^ name, System::String ^ skipDirective);
public DeploymentSkipDirective (string name, string skipDirective);
new Microsoft.Web.Deployment.DeploymentSkipDirective : string * string -> Microsoft.Web.Deployment.DeploymentSkipDirective
Public Sub New (name As String, skipDirective As String)

Parameters

name
String

The name of the skip directive to create.

skipDirective
String

Applies to

DeploymentSkipDirective(String, String, Boolean)

public:
 DeploymentSkipDirective(System::String ^ name, System::String ^ skipDirective, bool enabled);
public DeploymentSkipDirective (string name, string skipDirective, bool enabled);
new Microsoft.Web.Deployment.DeploymentSkipDirective : string * string * bool -> Microsoft.Web.Deployment.DeploymentSkipDirective
Public Sub New (name As String, skipDirective As String, enabled As Boolean)

Parameters

name
String
skipDirective
String
enabled
Boolean

Applies to