UCOMIConnectionPoint 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.
Perhatian
Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202
Gunakan IConnectionPoint sebagai gantinya.
public interface class UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIConnectionPoint
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIConnectionPoint = interface
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIConnectionPoint = interface
Public Interface UCOMIConnectionPoint
- Atribut
Keterangan
Untuk informasi selengkapnya, silakan lihat dokumentasi yang ada untuk IConnectionPoint
di subfolder com pustaka MSDN.
Metode
Advise(Object, Int32) |
Kedaluwarsa.
Membuat koneksi saran antara titik koneksi dan objek sink pemanggil. |
EnumConnections(UCOMIEnumConnections) |
Kedaluwarsa.
Membuat objek enumerator untuk perulangan melalui koneksi yang ada ke titik koneksi ini. |
GetConnectionInterface(Guid) |
Kedaluwarsa.
Mengembalikan IID antarmuka keluar yang dikelola oleh titik koneksi ini. |
GetConnectionPointContainer(UCOMIConnectionPointContainer) |
Kedaluwarsa.
Mengambil penunjuk |
Unadvise(Int32) |
Kedaluwarsa.
Mengakhiri koneksi penasihat yang sebelumnya dibuat melalui Advise(Object, Int32). |