VCWebDeploymentTool.ExcludedFromBuild Property

Gets or sets a value indicating whether this item is excluded from the build.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Property ExcludedFromBuild As Boolean
用法
Dim instance As VCWebDeploymentTool
Dim value As Boolean

value = instance.ExcludedFromBuild

instance.ExcludedFromBuild = value
bool ExcludedFromBuild { get; set; }
property bool ExcludedFromBuild {
    bool get ();
    void set (bool value);
}
function get ExcludedFromBuild () : boolean
function set ExcludedFromBuild (value : boolean)

Property Value

Type: System.Boolean

true if this item is excluded from the build; otherwise, false.

Remarks

See the General Property Page (File) for information on accessing ExcludedFromBuild for a file from the integrated development environment (IDE).

See Specifying Build Events for information on accessing ExcludedFromBuild for a build event from the IDE.

ExcludedFromBuild specifies whether or not deployment occurs when the project is built. Set to true to disable deployment or set to false to enable deployment. See Deployment (How Do I in Visual Web Developer).

Permissions

See Also

Reference

VCWebDeploymentTool Interface

VCWebDeploymentTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace