Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NEncodedImageSource Class / GetDescriptionPairs Method


In This Topic
    GetDescriptionPairs Method (NEncodedImageSource)
    In This Topic
    Get description pairs.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetDescriptionPairs() As NList(Of NKeyValuePair(Of String,String))
    'Usage
     
    
    Dim instance As NEncodedImageSource
    Dim value As NList(Of NKeyValuePair(Of String,String))
     
    value = instance.GetDescriptionPairs()
    protected override NList<NKeyValuePair<string,string>> GetDescriptionPairs()
    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