Compartir a través de


DataPackage.IsCmdLineBuild (Propiedad)

Devuelve true si se llama a este método durante una compilación desde la línea de comandos.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.UI
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsCmdLineBuild As Boolean
    Get
public bool IsCmdLineBuild { get; }
public:
property bool IsCmdLineBuild {
    bool get ();
}
member IsCmdLineBuild : bool
function get IsCmdLineBuild () : boolean

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

DataPackage Clase

Microsoft.VisualStudio.Data.Schema.Package.UI (Espacio de nombres)