UCOMIEnumConnections Arabirim

Tanım

Dikkat

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

Bunun yerine IEnumConnections kullanın.

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

Açıklamalar

Arabirim hakkında IEnumConnections daha fazla bilgi için msdn kitaplığına bakın.

Yöntemler

Clone(UCOMIEnumConnections)
Geçersiz.

Geçerli numaralama durumuyla aynı numaralandırma durumunu içeren başka bir numaralandırıcı oluşturur.

Next(Int32, CONNECTDATA[], Int32)
Geçersiz.

Numaralandırma dizisindeki belirtilen sayıda öğeyi alır.

Reset()
Geçersiz.

Numaralandırma dizisini en başa sıfırlar.

Skip(Int32)
Geçersiz.

Numaralandırma dizisinde belirtilen sayıda öğeyi atlar.

Şunlara uygulanır