SharedResources.PendingChangesDetailsToolTip Property
Looks up a localized string similar to Review your Pending Changes.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Shared ReadOnly Property PendingChangesDetailsToolTip As String
public static string PendingChangesDetailsToolTip { get; }
public:
static property String^ PendingChangesDetailsToolTip {
String^ get ();
}
static member PendingChangesDetailsToolTip : string with get
static function get PendingChangesDetailsToolTip () : String
Property Value
Type: System.String
Returns 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