Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.