Compartilhar via


Propriedade DataPackage.IsCmdLineBuild

Retorna true se este método é chamado durante uma compilação de linha de comando.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

DataPackage Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.UI