RegisterEditorExtensionAttribute::Priority Property
Visual Studio 2015
Gets the priority of this extension registration.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
For a given file extension, the editors with the highest priority number are given the chance to read a file first. If the editor fails to read the file, the remaining editors are used in order of priority.
Show: