SettableOleDataObject.GetCanonicalFormatEtc Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Function GetCanonicalFormatEtc ( _
pformatectIn As FORMATETC(), _
pformatetcOut As FORMATETC() _
) As Integer
'Utilisation
Dim instance As SettableOleDataObject
Dim pformatectIn As FORMATETC()
Dim pformatetcOut As FORMATETC()
Dim returnValue As Integer
returnValue = instance.GetCanonicalFormatEtc(pformatectIn, _
pformatetcOut)
public int GetCanonicalFormatEtc(
FORMATETC[] pformatectIn,
FORMATETC[] pformatetcOut
)
public:
virtual int GetCanonicalFormatEtc(
array<FORMATETC>^ pformatectIn,
array<FORMATETC>^ pformatetcOut
) sealed
abstract GetCanonicalFormatEtc :
pformatectIn:FORMATETC[] *
pformatetcOut:FORMATETC[] -> int
override GetCanonicalFormatEtc :
pformatectIn:FORMATETC[] *
pformatetcOut:FORMATETC[] -> int
public final 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
Implements
IDataObject.GetCanonicalFormatEtc(array<FORMATETC[], array<FORMATETC[])
.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.