EditorFactory.GuidVSBufferDetectLangSid 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.
Gets a GUID value in IVsUserData that, when set to false
, will stop the core editor for searching for a different language service.
public: static initonly Guid GuidVSBufferDetectLangSid;
public static readonly Guid GuidVSBufferDetectLangSid;
staticval mutable GuidVSBufferDetectLangSid : Guid
Public Shared ReadOnly GuidVSBufferDetectLangSid As Guid
Field Value
The GUID corresponding to the value that, when set to false
, will stop the core editor for searching for a different language service.
Remarks
For more information about the usage of this field see CreateEditorInstance.