ProvideEditorExtensionAttribute::Priority Property
Visual Studio 2015
Gets the editor's priority as set in the constructor.
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.
The value of Priority is set in the constructor ProvideEditorExtensionAttribute.
Show: