IClassificationFormatMap.IsInBatchUpdate 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.
Determines whether this IClassificationFormatMap is in the middle of a batch update.
public:
property bool IsInBatchUpdate { bool get(); };
public:
property bool IsInBatchUpdate { bool get(); };
public bool IsInBatchUpdate { get; }
member this.IsInBatchUpdate : bool
Public ReadOnly Property IsInBatchUpdate As Boolean
Property Value
true if this IClassificationFormatMap is in the middle of a batch update, otherwise false.