UCOMIConnectionPoint Interfejs

Definicja

Przestroga

Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202

Zamiast tego użyj polecenia cmdlet IConnectionPoint.

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
Atrybuty

Uwagi

Aby uzyskać więcej informacji, zobacz istniejącą dokumentację dotyczącą IConnectionPoint podfolderu com biblioteki MSDN.

Metody

Advise(Object, Int32)
Przestarzałe.

Ustanawia połączenie doradcze między punktem połączenia a obiektem ujścia obiektu ujścia obiektu wywołującego.

EnumConnections(UCOMIEnumConnections)
Przestarzałe.

Tworzy obiekt wyliczający dla iteracji za pośrednictwem połączeń, które istnieją do tego punktu połączenia.

GetConnectionInterface(Guid)
Przestarzałe.

Zwraca identyfikator IID interfejsu wychodzącego zarządzanego przez ten punkt połączenia.

GetConnectionPointContainer(UCOMIConnectionPointContainer)
Przestarzałe.

Pobiera wskaźnik interfejsu IConnectionPointContainer do połączonego obiektu, który koncepcyjnie jest właścicielem tego punktu połączenia.

Unadvise(Int32)
Przestarzałe.

Przerywa połączenie z poradami wcześniej nawiązane za pośrednictwem Advise(Object, Int32)polecenia .

Dotyczy