Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NImportVisioDrawingCommandAction Class / GetAllFormatsFilterName Method


In This Topic
    GetAllFormatsFilterName Method (NImportVisioDrawingCommandAction)
    In This Topic
    Gets the name to use in the file dialog for all formats, for example "All Diagram Drawing Files".
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetAllFormatsFilterName() As System.String
    'Usage
     
    
    Dim instance As NImportVisioDrawingCommandAction
    Dim value As System.String
     
    value = instance.GetAllFormatsFilterName()
    protected override System.string GetAllFormatsFilterName()
    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