Condividi tramite


Proprietà VCConfiguration.DeploymentTool

ottiene lo strumento di distribuzione.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

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

Valore proprietà

Tipo: System.Object
Oggetto strumento di distribuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCConfiguration Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine