Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFormatProvider Class / ProvidedMimeTypes Property


In This Topic
    ProvidedMimeTypes Property (NFormatProvider)
    In This Topic
    Must override to return the provided mime types
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property ProvidedMimeTypes As System.String()
    'Usage
     
    
    Dim instance As NFormatProvider
    Dim value() As System.String
     
    value = instance.ProvidedMimeTypes
    public abstract System.string[] ProvidedMimeTypes {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also