VCFileCodeModel.IsBatchOpen Property
Not currently implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Декларация
ReadOnly Property IsBatchOpen As Boolean
Get
bool IsBatchOpen { get; }
property bool IsBatchOpen {
bool get ();
}
abstract IsBatchOpen : bool
function get IsBatchOpen () : boolean
Property Value
Type: System.Boolean
true if the batch is open; otherwise, false.
Implements
.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.