Interface UCOMIEnumConnections
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Observação: Esta API agora está obsoleta.
Use System.Runtime.InteropServices.ComTypes.IEnumConnections em seu lugar.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
[GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnections
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
[GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIEnumConnections
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)>]
[<GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnections = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. https://go.microsoft.com/fwlink/?linkid=14202",
False)>
<GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIEnumConnections
Métodos
Nome | Descrição | |
---|---|---|
Clone(UCOMIEnumConnections) | Cria outro enumerador que contém o mesmo estado de enumeração do atual. |
|
Next(Int32, CONNECTDATA[], Int32) | Recupera um número especificado de itens na sequência de enumeração. |
|
Reset() | Redefine a sequência de enumeração para o início. |
|
Skip(Int32) | Ignora um número especificado de itens na sequência de enumeração. |
Comentários
Para obter mais informações sobre o IEnumConnections interface, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Namespace System.Runtime.InteropServices
Retornar ao início