IDataObject.EnumFormatEtc(DATADIR) Método

Definição

Cria um objeto para enumerar as estruturas FORMATETC de um objeto de dados. Essas estruturas são usadas em chamadas a GetData(FORMATETC, STGMEDIUM) ou SetData(FORMATETC, STGMEDIUM, Boolean).

public:
 System::Runtime::InteropServices::ComTypes::IEnumFORMATETC ^ EnumFormatEtc(System::Runtime::InteropServices::ComTypes::DATADIR direction);
public System.Runtime.InteropServices.ComTypes.IEnumFORMATETC EnumFormatEtc (System.Runtime.InteropServices.ComTypes.DATADIR direction);
abstract member EnumFormatEtc : System.Runtime.InteropServices.ComTypes.DATADIR -> System.Runtime.InteropServices.ComTypes.IEnumFORMATETC
Public Function EnumFormatEtc (direction As DATADIR) As IEnumFORMATETC

Parâmetros

direction
DATADIR

Um dos valores DATADIR que especifica a direção dos dados.

Retornos

Este método é compatível com os valores retornados padrão E_INVALIDARG e E_OUTOFMEMORY e também com os seguintes:

Valor Descrição
S_OK O objeto de enumerador foi criado com êxito.
E_NOTIMPL A direção especificada pelo parâmetro direction não é compatível.
OLE_S_USEREG Solicita que a OLE enumere os formatos do registro.

Comentários

Para obter mais informações, consulte Método IDataObject::EnumFormatEtc.

Aplica-se a