SettableOleDataObject.EnumFormatEtc Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
‘선언
Public Function EnumFormatEtc ( _
dwDirection As UInteger, _
<OutAttribute> ByRef ppenumFormatEtc As IEnumFORMATETC _
) As Integer
‘사용 방법
Dim instance As SettableOleDataObject
Dim dwDirection As UInteger
Dim ppenumFormatEtc As IEnumFORMATETC
Dim returnValue As Integer
returnValue = instance.EnumFormatEtc(dwDirection, _
ppenumFormatEtc)
public int EnumFormatEtc(
uint dwDirection,
out IEnumFORMATETC ppenumFormatEtc
)
public:
virtual int EnumFormatEtc(
unsigned int dwDirection,
[OutAttribute] IEnumFORMATETC^% ppenumFormatEtc
) sealed
abstract EnumFormatEtc :
dwDirection:uint32 *
ppenumFormatEtc:IEnumFORMATETC byref -> int
override EnumFormatEtc :
dwDirection:uint32 *
ppenumFormatEtc:IEnumFORMATETC byref -> int
public final function EnumFormatEtc(
dwDirection : uint,
ppenumFormatEtc : IEnumFORMATETC
) : int
Parameters
- dwDirection
Type: System.UInt32
- ppenumFormatEtc
Type: Microsoft.VisualStudio.OLE.Interop.IEnumFORMATETC%
Return Value
Type: System.Int32
Implements
IDataObject.EnumFormatEtc(UInt32, IEnumFORMATETC%)
.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.