Share via


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
    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

FileCodeModel2.IsBatchOpen

.NET Framework Security

See Also

Reference

VCFileCodeModel Interface

IsBatchOpen Overload

Microsoft.VisualStudio.VCCodeModel Namespace