IDataObject.EnumFormatEtc(DATADIR) Methode

Definition

Erstellt ein Objekt für das Auflisten der FORMATETC-Strukturen für ein Datenobjekt. Diese Strukturen werden in Aufrufen von GetData(FORMATETC, STGMEDIUM) oder SetData(FORMATETC, STGMEDIUM, Boolean) verwendet.

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

Parameter

direction
DATADIR

Einer der DATADIR-Werte, der die Datenrichtung angibt.

Gibt zurück

Diese Methode unterstützt die Standardrückgabewerte E_INVALIDARG und E_OUTOFMEMORY sowie die folgenden Werte:

Wert BESCHREIBUNG
S_OK Das Enumeratorobjekt wurde erfolgreich erstellt.
E_NOTIMPL Die vom direction-Parameter angegebene Richtung wird nicht unterstützt.
OLE_S_USEREG Fordert an, dass die Formate aus der Registrierung mit OLE aufgelistet werden.

Hinweise

Weitere Informationen finden Sie unter IDataObject::EnumFormatEtc-Methode.

Gilt für: