检索逻辑上是等效的到一个更为复杂的 FORMATETC 结构。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Private Function GetCanonicalFormatEtc ( _
pformatectIn As FORMATETC(), _
pformatetcOut As FORMATETC() _
) As Integer Implements IDataObject.GetCanonicalFormatEtc
int IDataObject.GetCanonicalFormatEtc(
FORMATETC[] pformatectIn,
FORMATETC[] pformatetcOut
)
参数
- pformatectIn
类型:array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
用于定义的 FORMATETC 结构的指针调用方希望使用检索的格式,中等和目标设备中的数据的后续调用例如 GetData。在此情况下,TYMED 成员并无意义,应将其忽略。
- pformatetcOut
类型:array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
为包含个常规信息可以为特定呈现的 FORMATETC 结构的指针,使其规范等效于 pFormatetcIn。
返回值
类型:System.Int32
如果方法成功, S_OK,否则错误代码。
实现
IDataObject.GetCanonicalFormatEtc(array<FORMATETC[], array<FORMATETC[])
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。