UCOMIConnectionPoint Rozhraní

Definice

Upozornění

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

Místo toho použijte 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
Atributy

Poznámky

Další informace najdete v existující dokumentaci pro IConnectionPoint v podsložce com knihovny MSDN.

Metody

Advise(Object, Int32)
Zastaralé.

Vytvoří poradenské spojení mezi spojovacím bodem a objektem jímky volajícího.

EnumConnections(UCOMIEnumConnections)
Zastaralé.

Vytvoří objekt enumerátoru pro iteraci prostřednictvím připojení, která existují k tomuto bodu připojení.

GetConnectionInterface(Guid)
Zastaralé.

Vrátí identifikátor IID odchozího rozhraní spravovaného tímto bodem připojení.

GetConnectionPointContainer(UCOMIConnectionPointContainer)
Zastaralé.

Načte IConnectionPointContainer ukazatel rozhraní připojitelný objekt, který koncepčně vlastní tento spojovací bod.

Unadvise(Int32)
Zastaralé.

Ukončí dříve vytvořené připojení poradce prostřednictvím Advise(Object, Int32)nástroje .

Platí pro