ActiveWorkResources.SuspendButtonToolTip Property
Looks up a localized string similar to Set aside your current work. This includes changes you have made to files, solution settings, and associated work items.
All work is stored in a shelveset and included in the Suspended section..
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Shared ReadOnly Property SuspendButtonToolTip As String
public static string SuspendButtonToolTip { get; }
public:
static property String^ SuspendButtonToolTip {
String^ get ();
}
static member SuspendButtonToolTip : string with get
static function get SuspendButtonToolTip () : String
Property Value
Type: System.String
.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.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.MyWork Namespace