共用方式為


IDataObject.GetCanonicalFormatEtc Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣告
Function GetCanonicalFormatEtc ( _
    pformatectIn As FORMATETC(), _
    <OutAttribute> pformatetcOut As FORMATETC() _
) As Integer
int GetCanonicalFormatEtc(
    FORMATETC[] pformatectIn,
    FORMATETC[] pformatetcOut
)

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