VSConstants.VsTextBufferUserDataGuid.VsBufferEncodingVSTFF_guid 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: static initonly Guid VsBufferEncodingVSTFF_guid;
public static readonly Guid VsBufferEncodingVSTFF_guid;
staticval mutable VsBufferEncodingVSTFF_guid : Guid
Public Shared ReadOnly VsBufferEncodingVSTFF_guid As Guid