Partager via


DataPackage.IsCmdLineBuild, propriété

Retourne la valeur True si cette méthode est appelée lors d'une génération à partir de la ligne de commande.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsCmdLineBuild As Boolean
    Get
public bool IsCmdLineBuild { get; }
public:
property bool IsCmdLineBuild {
    bool get ();
}
member IsCmdLineBuild : bool
function get IsCmdLineBuild () : boolean

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

DataPackage Classe

Microsoft.VisualStudio.Data.Schema.Package.UI, espace de noms