ITeamExplorerPlugin.DisplayPriority Property
Gets the display priority of the plugin.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
ReadOnly Property DisplayPriority As Integer
Get
int DisplayPriority { get; }
property int DisplayPriority {
int get ();
}
abstract DisplayPriority : int
function get DisplayPriority () : int
Property Value
Type: System.Int32
The display priority of the plugin.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.