UCOMIConnectionPoint Arabirim
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202
Bunun yerine IConnectionPoint kullanın.
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
- Öznitelikler
Açıklamalar
Daha fazla bilgi için IConnectionPoint
msdn kitaplığının com alt klasöründeki için mevcut belgelere bakın.
Yöntemler
Advise(Object, Int32) |
Geçersiz.
Bağlantı noktası ile çağıranın havuz nesnesi arasında bir danışmanlık bağlantısı kurar. |
EnumConnections(UCOMIEnumConnections) |
Geçersiz.
Bu bağlantı noktasına var olan bağlantılar aracılığıyla yineleme için bir numaralandırıcı nesnesi oluşturur. |
GetConnectionInterface(Guid) |
Geçersiz.
Bu bağlantı noktası tarafından yönetilen giden arabirimin IID değerini döndürür. |
GetConnectionPointContainer(UCOMIConnectionPointContainer) |
Geçersiz.
|
Unadvise(Int32) |
Geçersiz.
Daha önce aracılığıyla Advise(Object, Int32)kurulan bir danışmanlık bağlantısını sonlandırır. |