C# Класс BExplorer.Shell.DataObject.EnumFORMATETC

Наследование: IEnumFORMATETC
Показать файл Открыть проект

Открытые методы

Метод Описание
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