DataPackage.IsCmdLineBuild Property

Returns true if this method is called during a command-line build.

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
public bool IsCmdLineBuild { get; }
public:
property bool IsCmdLineBuild {
    bool get ();
}
member IsCmdLineBuild : bool
function get IsCmdLineBuild () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DataPackage Class

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