VCPlatform.DeploymentTool Property

Gets the platform specific deployment tool.

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

Syntax

'Declaration
ReadOnly Property DeploymentTool As Object
Object DeploymentTool { get; }
property Object^ DeploymentTool {
    Object^ get ();
}
abstract DeploymentTool : Object with get
function get DeploymentTool () : Object

Property Value

Type: Object
The deployment tool for the platform.

.NET Framework Security

See Also

Reference

VCPlatform Interface

Microsoft.VisualStudio.VCProjectEngine Namespace