ProvideProjectItemAttribute.Priority Property

Gets the sort priority of this type.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public ReadOnly Property Priority As Integer
    Get
‘사용 방법
Dim instance As ProvideProjectItemAttribute
Dim value As Integer

value = instance.Priority
public int Priority { get; }
public:
property int Priority {
    int get ();
}
member Priority : int
function get Priority () : int

Property Value

Type: System.Int32
The sort priority of this type.

.NET Framework Security

See Also

Reference

ProvideProjectItemAttribute Class

ProvideProjectItemAttribute Members

Microsoft.VisualStudio.Shell Namespace