VSConstants.VsTextBufferUserDataGuid.VsBufferEncodingVSTFF_string Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
uint: VS Text File Format (VSTFF) for buffer. codepage = bufferVSTFF & __VSTFF.VSTFF_CPMASK; vstffFlags = bufferVSTFF & __VSTFF.VSTFF_FLAGSMASK;.
public: System::String ^ VsBufferEncodingVSTFF_string;
std::wstring VsBufferEncodingVSTFF_string;
public const string VsBufferEncodingVSTFF_string;
val mutable VsBufferEncodingVSTFF_string : string
Public Const VsBufferEncodingVSTFF_string As String