IEnumMoniker 인터페이스

정의

IEnumMoniker 인터페이스의 정의를 관리합니다.

public interface class IEnumMoniker
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumMoniker
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")]
public interface IEnumMoniker
public interface IEnumMoniker
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumMoniker = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00000102-0000-0000-C000-000000000046")>]
type IEnumMoniker = interface
type IEnumMoniker = interface
Public Interface IEnumMoniker
특성

설명

자세한 내용은 IEnumMoniker 인터페이스를 참조하세요.

네이티브 코드에서 COM 메서드는 HRESULT를 반환 하는 경우에 공용 언어 런타임 예외가 발생 합니다. 자세한 내용은 How to: Map HRESULTs and Exceptions을 참조하세요.

메서드

Clone(IEnumMoniker)

현재 열거자와 열거 상태가 같은 새 열거자를 만듭니다.

Next(Int32, IMoniker[], IntPtr)

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

Reset()

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

Skip(Int32)

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

적용 대상