FileCodeModel2::IsBatchOpen Property

 

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

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

property bool IsBatchOpen {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: