VSConstants.VsTextBufferUserDataGuid.VsBufferDetectCharSet_string Field

Definition

bool: If true and the current BufferEncoding is CHARFMT_MBCS, the buffer will runs it's HTML charset tag detection code to determine a codepage to load and save the file. The detected codepage overrides any codepage set in CHARFMT_MBCS. This is forced on in the buffer's IPersistFileFormat::LoadDocData when it sees an HTML type of file, according to the extension mapping in "$RootKey$\Languages\File Extensions".

public: System::String ^ VsBufferDetectCharSet_string;
std::wstring VsBufferDetectCharSet_string;
public const string VsBufferDetectCharSet_string;
val mutable VsBufferDetectCharSet_string : string
Public Const VsBufferDetectCharSet_string As String 

Field Value

Applies to