Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As IDataObject
Dim pformatectIn As FORMATETC()
Dim pformatetcOut As FORMATETC()
Dim returnValue As Integer
returnValue = instance.GetCanonicalFormatEtc(pformatectIn, _
pformatetcOut)
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.