Nevron Open Vision Documentation
Nevron.Nov.Compiler Namespace / NCompilerResult Class / Diagnostics Property


In This Topic
    Diagnostics Property
    In This Topic
    Gets the collection of diagnostics associated with the compilation (i.e. errors, warnings etc.)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Diagnostics As INIndexedMultiSet(Of NCompilerDiagnostic)
    'Usage
     
    
    Dim instance As NCompilerResult
    Dim value As INIndexedMultiSet(Of NCompilerDiagnostic)
     
    value = instance.Diagnostics
    public INIndexedMultiSet<NCompilerDiagnostic> Diagnostics {get;}
    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