VCFileCodeModel.IsBatchOpen Property
Not currently implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
ReadOnly Property IsBatchOpen As Boolean
'Usage
Dim instance As VCFileCodeModel
Dim value As Boolean
value = instance.IsBatchOpen
bool IsBatchOpen { get; }
property bool IsBatchOpen {
bool get ();
}
function get IsBatchOpen () : boolean
Property Value
Type: System.Boolean
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.