BasicAsyncPlugin.DisplayPriority Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public MustOverride ReadOnly Property DisplayPriority As Integer
Get
public abstract int DisplayPriority { get; }
public:
virtual property int DisplayPriority {
int get () abstract;
}
abstract DisplayPriority : int
abstract function get DisplayPriority () : int
Property Value
Type: System.Int32
Implements
ITeamExplorerPlugin.DisplayPriority
.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.