IConnectionPoint Interface

Definitie

Let op

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Biedt een implementatie van de OLE DB-IConnectionPoint-interface voor gebruik door toepassingen die zijn bijgewerkt vanaf Visual Basic 6.0.

public interface class IConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface IConnectionPoint
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IConnectionPoint = interface
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type IConnectionPoint = interface
Public Interface IConnectionPoint
Kenmerken

Opmerkingen

Zie voor nieuwe ontwikkeling IConnectionPoint.

Note

Functies en objecten in de naamruimte Microsoft.VisualBasic.Compatibility.VB6 worden gebruikt door de hulpprogramma's voor het upgraden van Visual Basic 6.0 naar Visual Basic. In de meeste gevallen zijn deze functies en objecten dubbele functionaliteit die u kunt vinden in andere naamruimten in het .NET Framework. Ze zijn alleen nodig wanneer het codemodel Visual Basic 6.0 aanzienlijk verschilt van de .NET Framework-implementatie.

Methoden

Name Description
Advise(IntPtr, Int32)
Verouderd.

Hiermee wordt een adviesverbinding tot stand gebracht tussen het verbindingspunt en het sinkobject van de aanroeper.

EnumConnections(IEnumConnections)
Verouderd.

Hiermee maakt u een opsommingsobject voor iteratie via de verbindingen die met dit verbindingspunt bestaan.

GetConnectionInterface(Guid)
Verouderd.

Retourneert de IID van de uitgaande interface die wordt beheerd door dit verbindingspunt.

GetConnectionPointContainer(IConnectionPointContainer)
Verouderd.

Haalt de IConnectionPointContainer interfaceaanwijzer op naar het koppelbare object dat conceptueel eigenaar is van dit verbindingspunt.

Unadvise(Int32)
Verouderd.

Hiermee sluit u een adviesverbinding die eerder via de Advise(IntPtr, Int32) methode tot stand is gebracht.

Van toepassing op