FileCodeModel2.IsBatchOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether a batch code model updates is currently open.
public:
property bool IsBatchOpen { bool get(); };
public:
property bool IsBatchOpen { bool get(); };
[System.Runtime.InteropServices.DispId(206)]
public bool IsBatchOpen { [System.Runtime.InteropServices.DispId(206)] get; }
[<System.Runtime.InteropServices.DispId(206)>]
[<get: System.Runtime.InteropServices.DispId(206)>]
member this.IsBatchOpen : bool
Public ReadOnly Property IsBatchOpen As Boolean
Property Value
true
if a batch of code model updates is currently open; otherwise, false
.
- Attributes