IEncodingDetector Interface
Visual Studio 2015
Attempts to detect the text encoding associated with a stream.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | GetStreamEncoding(Stream) | Attempts to detect the encoding associated with a stream. |
This is a MEF component part, and should be exported with the following attribute:
[Export(NameSource=typeof(IEncodingDetector))]
Exports must include a NameAttribute, a ContentTypeAttribute, and optionally an OrderAttribute.
Show:
