コマンド ライン ビルドがあるかどうかを返します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Common.UI
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public ReadOnly Property IsCmdLineBuild As Boolean
'使用
Dim instance As DataPackage
Dim value As Boolean
value = instance.IsCmdLineBuild
public bool IsCmdLineBuild { get; }
public:
property bool IsCmdLineBuild {
bool get ();
}
public function get IsCmdLineBuild () : boolean
プロパティ値
型 : System.Boolean