UCOMIEnumConnectionPoints Interfaccia

Definizione

Attenzione

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

Utilizzare invece IEnumConnectionPoints.

public interface class UCOMIEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumConnectionPoints
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnectionPoints = interface
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumConnectionPoints = interface
Public Interface UCOMIEnumConnectionPoints
Attributi

Commenti

Per altre informazioni sull'interfaccia IEnumConnectionPoints , vedere MSDN Library.

Metodi

Nome Descrizione
Clone(UCOMIEnumConnectionPoints)
Obsoleti.

Crea un altro enumeratore che contiene lo stesso stato di enumerazione di quello corrente.

Next(Int32, UCOMIConnectionPoint[], Int32)
Obsoleti.

Recupera un numero specificato di elementi nella sequenza di enumerazione.

Reset()
Obsoleti.

Reimposta la sequenza di enumerazione all'inizio.

Skip(Int32)
Obsoleti.

Ignora un numero specificato di elementi nella sequenza di enumerazione.

Si applica a