IFileToContentTypeService.GetContentTypeForFileNameOrExtension(String) Method

Definition

Gets the content type associated with the given file name or its extension.

public:
 Microsoft::VisualStudio::Utilities::IContentType ^ GetContentTypeForFileNameOrExtension(System::String ^ name);
public Microsoft.VisualStudio.Utilities.IContentType GetContentTypeForFileNameOrExtension (string name);
abstract member GetContentTypeForFileNameOrExtension : string -> Microsoft.VisualStudio.Utilities.IContentType
Public Function GetContentTypeForFileNameOrExtension (name As String) As IContentType

Parameters

name
String

The file name. It cannot be null.

Returns

The IContentType associated with this name. If no association exists, it returns the "unknown" content type. It never returns null.

Applies to