VCWebDeploymentTool Members
The VCWebDeploymentTool object provides programmatic access to the Web deployment tool.
The VCWebDeploymentTool type exposes the following members.
Methods
Name | Description | |
---|---|---|
get_PropertyOption | Infrastructure. Microsoft Internal Use Only. |
Top
Properties
Name | Description | |
---|---|---|
AdditionalFiles | Gets or sets the semicolon-separated list of additional files to be deployed. | |
ApplicationMappings | Gets or sets the semicolon-separated list of file extensions to be associated with the primary project output. | |
ApplicationProtection | The level of process isolation used by the virtual directory. | |
ExcludedFromBuild | Gets or sets a value indicating whether this item is excluded from the build. | |
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
RegisterOutput | Gets or sets a value indicating whether the primary project output should be registered using Regsvr32 after deployment. | |
RelativePath | Gets or sets the path that is relative to the virtual directory and to which the primary project output is copied when deployment occurs. | |
ToolKind | Gets the name of the kind of tool this is. | |
toolName | Gets the name of the specified tool. | |
ToolPath | Gets the path to the specified tool. | |
UnloadBeforeCopy | Gets or sets a value indicating whether or not to unload the Internet Server Application Programming Interface (ISAPI) extension or extensions associated with the virtual directory before deploying. | |
VCProjectEngine | Gets a pointer to the project engine. | |
VirtualDirectoryName | Gets or sets the alias of the virtual directory. |
Top