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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.