InactiveWorkResources Class
A strongly-typed resource class, for looking up localized strings, and more
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Controls.MyWork.InactiveWorkResources
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Class InactiveWorkResources
public class InactiveWorkResources
public ref class InactiveWorkResources
type InactiveWorkResources = class end
public class InactiveWorkResources
The InactiveWorkResources type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveWorkItemToolTip | Looks up a localized string similar to Add the selected work items to In Progress work.. | |
Culture | Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. | |
InactiveWorkListBox | Looks up a localized string similar to To Do Work Items. | |
NewWorkItemToolTip | Looks up a localized string similar to Create a new Work Item.. | |
NoPersonalQueries | Looks up a localized string similar to You do not have any queries in your My Queries folder for the Team Project '{0}'. You can add a new query from the [Work Items](1) page.. | |
NoTeamProject | Looks up a localized string similar to Connect to a Team Project to view your unstarted work items.. | |
OpenQueryHyperlinkText | Looks up a localized string similar to Open Query. | |
OpenQueryToolTip | Looks up a localized string similar to View all work items that match this query.. | |
ResourceManager | Returns the cached ResourceManager instance used by this class. |
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 the default hash function. (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