IVsAsyncRunningDocumentTable3 Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
[System.Runtime.InteropServices.Guid("fb318d71-ecfc-4352-b19d-2c77acb77d76")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncRunningDocumentTable3 : Microsoft.VisualStudio.Shell.Interop.IVsAsyncRunningDocumentTable2
[<System.Runtime.InteropServices.Guid("fb318d71-ecfc-4352-b19d-2c77acb77d76")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncRunningDocumentTable3 = interface
interface IVsAsyncRunningDocumentTable2
interface IVsAsyncRunningDocumentTable
Public Interface IVsAsyncRunningDocumentTable3
Implements IVsAsyncRunningDocumentTable2
- Atribut
- Penerapan
Properti
| IsAsyncSaveEnabled |
Menunjukkan apakah penyimpanan asinkron diaktifkan. |
Metode
| GetAsyncSaveState(IVsProvideAsyncSaveState) |
Mengambil objek status (seperti titik pemeriksaan) untuk operasi penyimpanan asinkron. |
| SaveDocumentsAsync(UInt32, IVsHierarchy, UInt32, UInt32, IVsProgress) |
Menyimpan satu atau beberapa dokumen secara asinkron. |
| UnlockDocumentAsync(UInt32, UInt32) |
Menghapus kunci dari dokumen. |
| UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object) |
Updates objek status (seperti titik pemeriksaan) untuk operasi penyimpanan asinkron. |