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
Public propertyStatic member ActiveWorkItemToolTip Looks up a localized string similar to Add the selected work items to In Progress work..
Public propertyStatic member Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member InactiveWorkListBox Looks up a localized string similar to To Do Work Items.
Public propertyStatic member NewWorkItemToolTip Looks up a localized string similar to Create a new Work Item..
Public propertyStatic member 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..
Public propertyStatic member NoTeamProject Looks up a localized string similar to Connect to a Team Project to view your unstarted work items..
Public propertyStatic member OpenQueryHyperlinkText Looks up a localized string similar to Open Query.
Public propertyStatic member OpenQueryToolTip Looks up a localized string similar to View all work items that match this query..
Public propertyStatic member ResourceManager Returns the cached ResourceManager instance used by this class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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