Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NMediaSelector Class / MediasTypes Property


In This Topic
    MediasTypes Property
    In This Topic
    Gets the media types, matched by this selector. If an empty array is returned, then the selector matches all medias types.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MediasTypes As NReadonlyArray(Of ENMediaType)
    'Usage
     
    
    Dim instance As NMediaSelector
    Dim value As NReadonlyArray(Of ENMediaType)
     
    value = instance.MediasTypes
    public NReadonlyArray<ENMediaType> MediasTypes {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