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: Boolean
true if a batch of code model updates is currently open; otherwise, false.
.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.