Nevron Open Vision Documentation
Nevron.Nov.Windows.OLE Namespace / NOleDataObjectProvider Class / EnumFormatEtc Method


In This Topic
    EnumFormatEtc Method
    In This Topic
    Creates an object for enumerating the FORMATETC structures for a data object
    Syntax
    'Declaration
     
    
    Public Function EnumFormatEtc( _
       ByVal direction As System.Runtime.InteropServices.ComTypes.DATADIR _
    ) As System.Runtime.InteropServices.ComTypes.IEnumFORMATETC
    'Usage
     
    
    Dim instance As NOleDataObjectProvider
    Dim direction As System.Runtime.InteropServices.ComTypes.DATADIR
    Dim value As System.Runtime.InteropServices.ComTypes.IEnumFORMATETC
     
    value = instance.EnumFormatEtc(direction)
    public System.Runtime.InteropServices.ComTypes.IEnumFORMATETC EnumFormatEtc( 
       System.Runtime.InteropServices.ComTypes.DATADIR direction
    )

    Parameters

    direction
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also