UCOMIEnumMoniker 인터페이스

정의

주의

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

IEnumMoniker를 대신 사용하세요.

public interface class UCOMIEnumMoniker
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumMoniker
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumMoniker
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumMoniker = interface
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumMoniker = interface
Public Interface UCOMIEnumMoniker
특성

설명

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

메서드

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

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

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

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

Reset()
사용되지 않음.

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

Skip(Int32)
사용되지 않음.

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

적용 대상