UCOMIEnumConnections 인터페이스

정의

주의

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

IEnumConnections를 대신 사용하세요.

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
특성

설명

인터페이스에 대한 IEnumConnections 자세한 내용은 MSDN 라이브러리를 참조하세요.

메서드

Name Description
Clone(UCOMIEnumConnections)
사용되지 않음.

현재 열거형 상태와 동일한 열거형 상태를 포함하는 다른 열거자를 만듭니다.

Next(Int32, CONNECTDATA[], Int32)
사용되지 않음.

열거형 시퀀스에서 지정된 수의 항목을 검색합니다.

Reset()
사용되지 않음.

열거형 시퀀스를 시작 부분으로 다시 설정합니다.

Skip(Int32)
사용되지 않음.

열거형 시퀀스에서 지정된 수의 항목을 건너뜁니다.

적용 대상