SettableOleDataObject.GetCanonicalFormatEtc(FORMATETC[], FORMATETC[]) Метод

Определение

Получает альтернативный объект FORMATETC.

public:
 virtual int GetCanonicalFormatEtc(cli::array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> ^ pformatectIn, cli::array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> ^ pformatetcOut);
int GetCanonicalFormatEtc(std::Array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> const & pformatectIn, std::Array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> const & pformatetcOut);
public int GetCanonicalFormatEtc (Microsoft.VisualStudio.OLE.Interop.FORMATETC[] pformatectIn, Microsoft.VisualStudio.OLE.Interop.FORMATETC[] pformatetcOut);
abstract member GetCanonicalFormatEtc : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] * Microsoft.VisualStudio.OLE.Interop.FORMATETC[] -> int
override this.GetCanonicalFormatEtc : Microsoft.VisualStudio.OLE.Interop.FORMATETC[] * Microsoft.VisualStudio.OLE.Interop.FORMATETC[] -> int
Public Function GetCanonicalFormatEtc (pformatectIn As FORMATETC(), pformatetcOut As FORMATETC()) As Integer

Параметры

pformatectIn
FORMATETC[]

Предпочтительный объект форматирования.

pformatetcOut
FORMATETC[]

[out] возвращенный объект формата.

Возвращаемое значение

Int32

Microsoft.VisualStudio.VSConstants.S_OK; в случае успешного выполнения метода; в противном случае — код ошибки.

Реализации

Применяется к