ActiveWorkResources Class

A strongly-typed resource class, for looking up localized strings, and more

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Controls.MyWork.ActiveWorkResources

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Class ActiveWorkResources
public class ActiveWorkResources
public ref class ActiveWorkResources
type ActiveWorkResources =  class end
public class ActiveWorkResources

The ActiveWorkResources type exposes the following members.

Properties

  Name Description
Public propertyStatic member AddText Looks up a localized string similar to Add.
Public propertyStatic member AddWorkItemByIdHintText Looks up a localized string similar to Enter the ID of the work item.
Public propertyStatic member AddWorkItemByIDTextBox Looks up a localized string similar to Work Item ID.
Public propertyStatic member AddWorkItemByIDToolTip Looks up a localized string similar to Add a work item to In Progress using its ID. Tip: You can also drag a work item from another section into this section.
Public propertyStatic member CheckinLink Looks up a localized string similar to Check In.
Public propertyStatic member CheckinToolTip Looks up a localized string similar to Go to the Pending Changes page, where you can check in your changes and associate your In Progress work items with those changes.
Public propertyStatic member Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member DescribeWorkTextBox Looks up a localized string similar to Work Description.
Public propertyStatic member FinishLink Looks up a localized string similar to Finish.
Public propertyStatic member FinishToolTip Looks up a localized string similar to Transition your active work items to their next logical state.
Public propertyStatic member RequestReviewLink Looks up a localized string similar to Request Review.
Public propertyStatic member RequestReviewToolTip Looks up a localized string similar to Request a code review of your pending changes.
Public propertyStatic member ResourceManager Returns the cached ResourceManager instance used by this class.
Public propertyStatic member SuspendButton Looks up a localized string similar to Suspend.
Public propertyStatic member SuspendButtonToolTip 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..
Public propertyStatic member SuspendText Looks up a localized string similar to Suspend.
Public propertyStatic member WorkSetItemsListBox Looks up a localized string similar to Work In Progress.

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