IVsProjectAsyncOpen 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.
Menyediakan kemampuan untuk membuka item secara asinkron dalam proyek.
[System.Runtime.InteropServices.Guid("101d210d-5b28-4e02-b220-19949ff4023b")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectAsyncOpen
[<System.Runtime.InteropServices.Guid("101d210d-5b28-4e02-b220-19949ff4023b")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectAsyncOpen = interface
Public Interface IVsProjectAsyncOpen
- Atribut
Metode
| OpenItemAsync(UInt32, Guid, Boolean, Object) |
Secara asinkron membuka item dalam proyek. |
| OpenItemWithSpecificAsync(UInt32, UInt32, Guid, String, Guid, Boolean, Object) |
Secara asinkron membuka item menggunakan editor tertentu. |
| ReopenItemAsync(UInt32, Guid, String, Guid, Boolean, Object) |
Secara asinkron membuka kembali item dalam proyek. |