EditorFactory.GuidVSBufferDetectLangSid Field

Definition

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.

Applies to