Share via


RegisterAdditionalEditorExtensionAttribute.Priority Property

Priority of the this editor for the extension being registered. Larger values indicate higher editor priority.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property Priority As Integer
public int Priority { get; }
public:
property int Priority {
    int get ();
}
member Priority : int
function get Priority () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

RegisterAdditionalEditorExtensionAttribute Class

Microsoft.VisualStudio.Modeling.Shell Namespace