EditorFactory::EditorInfo::Priority Property

 

Gets or sets the priority of the editor.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property int Priority {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The relative priority of the editor.

Return to top
Show: