Share via


FileCodeModel2.IsBatchOpen Property

Gets a value indicating whether a batch code model updates is currently open.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
ReadOnly Property IsBatchOpen As Boolean
'Usage
Dim instance As FileCodeModel2 
Dim value As Boolean 

value = instance.IsBatchOpen
bool IsBatchOpen { get; }
property bool IsBatchOpen {
    bool get ();
}
function get IsBatchOpen () : boolean

Property Value

Type: System.Boolean
true if a batch of code model updates is currently open; otherwise, false.

.NET Framework Security

See Also

Reference

FileCodeModel2 Interface

FileCodeModel2 Members

EnvDTE80 Namespace