IVsAsyncRunningDocumentTable3.IsAsyncSaveEnabled 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.
Indicates whether asynchronous saves are enabled.
public bool IsAsyncSaveEnabled { get; }
member this.IsAsyncSaveEnabled : bool
Public ReadOnly Property IsAsyncSaveEnabled As Boolean
Property Value
Remarks
This property is safe to access from any thread.