Compartilhar via


Propriedade EditorFactory.EditorInfo.Priority

Obtém ou define a prioridade do editor.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (em Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (em Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (em Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (em Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Sintaxe

'Declaração
Public Property Priority As Integer
public int Priority { get; set; }

Valor de propriedade

Tipo: System.Int32
A prioridade relativa do editor.

Segurança do .NET Framework

Consulte também

Referência

EditorFactory.EditorInfo Classe

Namespace Microsoft.VisualStudio.Package