IDataObject.GetCanonicalFormatEtc Method

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

Return Value

Type: System.Int32

Remarks

For information on the COM interface, see IDataObject::GetCanonicalFormatEtc

.NET Framework Security

See Also

Reference

IDataObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace