SharedResources Class
A strongly-typed resource class, for looking up localized strings, and more
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Controls.MyWork.SharedResources
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Class SharedResources
public class SharedResources
public ref class SharedResources
type SharedResources = class end
public class SharedResources
The SharedResources type exposes the following members.
Properties
Name | Description | |
---|---|---|
AddToActiveSectionText | Looks up a localized string similar to Add to In Progress. | |
CannotResumeWithActiveWorkText | Looks up a localized string similar to Can not resume as long as work is in progress. | |
Culture | Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. | |
FilterLinkToolTip | Looks up a localized string similar to Select one of the following views: * Incoming Requests: Show active code reviews in which you are a reviewer. * Outgoing Requests: Show active code reviews you have requested. * Incoming & Outgoing: Show both incoming and outgoing code reviews. * Recently Finished: Show code reviews that have been completed in the last seven days.. | |
OpenCodeReviewQueryToolTip | Looks up a localized string similar to View all code reviews that match this query.. | |
PendingChangesDetailsText | Looks up a localized string similar to View Changes. | |
PendingChangesDetailsToolTip | Looks up a localized string similar to Review your Pending Changes. | |
PendingChangesShelvesetDetailsToolTip | Looks up a localized string similar to View changes in this suspended work. | |
RemoveFromActiveSectionText | Looks up a localized string similar to Remove from In Progress. | |
ResourceManager | Returns the cached ResourceManager instance used by this class. | |
ResumeWorkSetText | Looks up a localized string similar to Resume. | |
WorkItemToolTipFormat | Looks up a localized string similar to {0} {1} - {2}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.MyWork Namespace