Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFormatProviderContainer Class / FindProviderFromMimeType Method
mime type


In This Topic
    FindProviderFromMimeType Method
    In This Topic
    Obtains a provider corresponding to the specified mime type
    Syntax
    'Declaration
     
    
    Public Function FindProviderFromMimeType( _
       ByVal mimeType As System.String _
    ) As INFormatProvider
    'Usage
     
    
    Dim instance As NFormatProviderContainer
    Dim mimeType As System.String
    Dim value As INFormatProvider
     
    value = instance.FindProviderFromMimeType(mimeType)
    public INFormatProvider FindProviderFromMimeType( 
       System.string mimeType
    )

    Parameters

    mimeType
    mime type

    Return Value

    mime type format provider
    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