Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDiagramXamlImageFormatProvider Class / ProvidedMimeTypes Property


In This Topic
    ProvidedMimeTypes Property (NDiagramXamlImageFormatProvider)
    In This Topic
    Obtains an array of the provided mime types
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ProvidedMimeTypes As System.String()
    'Usage
     
    
    Dim instance As NDiagramXamlImageFormatProvider
    Dim value() As System.String
     
    value = instance.ProvidedMimeTypes
    public override 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