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
bool IsBatchOpen { get; }
property bool IsBatchOpen {
    bool get ();
}
abstract IsBatchOpen : bool with 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

EnvDTE80 Namespace