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
Public propertyStatic member AddToActiveSectionText Looks up a localized string similar to Add to In Progress.
Public propertyStatic member CannotResumeWithActiveWorkText Looks up a localized string similar to Can not resume as long as work is in progress.
Public propertyStatic member Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member 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..
Public propertyStatic member OpenCodeReviewQueryToolTip Looks up a localized string similar to View all code reviews that match this query..
Public propertyStatic member PendingChangesDetailsText Looks up a localized string similar to View Changes.
Public propertyStatic member PendingChangesDetailsToolTip Looks up a localized string similar to Review your Pending Changes.
Public propertyStatic member PendingChangesShelvesetDetailsToolTip Looks up a localized string similar to View changes in this suspended work.
Public propertyStatic member RemoveFromActiveSectionText Looks up a localized string similar to Remove from In Progress.
Public propertyStatic member ResourceManager Returns the cached ResourceManager instance used by this class.
Public propertyStatic member ResumeWorkSetText Looks up a localized string similar to Resume.
Public propertyStatic member WorkItemToolTipFormat Looks up a localized string similar to {0} {1} - {2}.

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