Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Function GetCanonicalFormatEtc ( _
pformatectIn As FORMATETC(), _
<OutAttribute> pformatetcOut As FORMATETC() _
) As Integer
int GetCanonicalFormatEtc(
FORMATETC[] pformatectIn,
FORMATETC[] pformatetcOut
)
int GetCanonicalFormatEtc(
[InAttribute] array<FORMATETC>^ pformatectIn,
[OutAttribute] array<FORMATETC>^ pformatetcOut
)
abstract GetCanonicalFormatEtc :
pformatectIn:FORMATETC[] *
pformatetcOut:FORMATETC[] byref -> int
function GetCanonicalFormatEtc(
pformatectIn : FORMATETC[],
pformatetcOut : FORMATETC[]
) : int
Parameters
- pformatectIn
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
- pformatetcOut
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
Return Value
Type: System.Int32
Remarks
For information on the COM interface, see IDataObject::GetCanonicalFormatEtc
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.