DataPackage.IsCmdLineBuild-Eigenschaft

Gibt true zurück, wenn diese Methode während eines Befehlszeilenbuilds aufgerufen wird.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

DataPackage Klasse

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