WorkItemsListViewHelperVS Class

Inheritance Hierarchy

System.Object
  WorkItemsListViewHelper
    Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.WorkItemsListViewHelperVS

Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)

Syntax

'Declaration
Public Class WorkItemsListViewHelperVS _
    Inherits WorkItemsListViewHelper
public class WorkItemsListViewHelperVS : WorkItemsListViewHelper
public ref class WorkItemsListViewHelperVS : public WorkItemsListViewHelper
type WorkItemsListViewHelperVS =  
    class 
        inherit WorkItemsListViewHelper 
    end
public class WorkItemsListViewHelperVS extends WorkItemsListViewHelper

The WorkItemsListViewHelperVS type exposes the following members.

Properties

  Name Description
Public property DoesCurrentVsSkuSupportCodeReview Returns true if current SKU supports code review Team Explorer page. (Overrides WorkItemsListViewHelper.DoesCurrentVsSkuSupportCodeReview.)

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 OpenWorkItem Show the work item in a provisional tab (Overrides WorkItemsListViewHelper.OpenWorkItem(Int32, WorkItemType).)
Public method ShowContextMenu Show default/extended context menu (Overrides WorkItemsListViewHelper.ShowContextMenu(WorkItemsList, Point, IOleCommandTarget).)
Public method ShowQueryResults Show the results view for a query definition. (Overrides WorkItemsListViewHelper.ShowQueryResults(QueryDefinition).)
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.VisualStudio.TeamFoundation.WorkItemTracking Namespace