C# 클래스 BExplorer.Shell.DataObject.EnumFORMATETC

상속: IEnumFORMATETC
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
Clone ( IEnumFORMATETC &newEnum ) : void

Creates a clone of this enumerator.

Next ( int celt, System.Runtime.InteropServices.ComTypes.FORMATETC rgelt, int pceltFetched ) : int

Retrieves the next elements from the enumeration.

Reset ( ) : int

Resets the state of enumeration.

Skip ( int celt ) : int

Skips the number of elements requested.

비공개 메소드들

메소드 설명
EnumFORMATETC ( System.Runtime.InteropServices.ComTypes.FORMATETC formats ) : System

Creates an instance from an array of FORMATETC's.

EnumFORMATETC ( STGMEDIUM>.IList storage ) : System

Creates an instance from a list of key value pairs.

메소드 상세

Clone() 공개 메소드

Creates a clone of this enumerator.
public Clone ( IEnumFORMATETC &newEnum ) : void
newEnum IEnumFORMATETC When this function returns, contains a new instance of IEnumFORMATETC.
리턴 void

Next() 공개 메소드

Retrieves the next elements from the enumeration.
public Next ( int celt, System.Runtime.InteropServices.ComTypes.FORMATETC rgelt, int pceltFetched ) : int
celt int The number of elements to retrieve.
rgelt System.Runtime.InteropServices.ComTypes.FORMATETC An array to receive the formats requested.
pceltFetched int An array to receive the number of element fetched.
리턴 int

Reset() 공개 메소드

Resets the state of enumeration.
public Reset ( ) : int
리턴 int

Skip() 공개 메소드

Skips the number of elements requested.
public Skip ( int celt ) : int
celt int The number of elements to skip.
리턴 int