MimeMapper.GetContentViewerType Method (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Services
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Function GetContentViewerType ( _
    extension As String _
) As ContentViewerType
public ContentViewerType GetContentViewerType(
    string extension
)
public:
ContentViewerType GetContentViewerType(
    String^ extension
)
member GetContentViewerType : 
        extension:string -> ContentViewerType
public function GetContentViewerType(
    extension : String
) : ContentViewerType

Parameters

Return Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.ContentViewerType

.NET Framework Security

See Also

Reference

MimeMapper Class

GetContentViewerType Overload

Microsoft.TeamFoundation.SourceControl.WebApi.Services Namespace