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 | |
---|---|---|
DoesCurrentVsSkuSupportCodeReview | Returns true if current SKU supports code review Team Explorer page. (Overrides WorkItemsListViewHelper.DoesCurrentVsSkuSupportCodeReview.) |
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.) | |
OpenWorkItem | Show the work item in a provisional tab (Overrides WorkItemsListViewHelper.OpenWorkItem(Int32, WorkItemType).) | |
ShowContextMenu | Show default/extended context menu (Overrides WorkItemsListViewHelper.ShowContextMenu(WorkItemsList, Point, IOleCommandTarget).) | |
ShowQueryResults | Show the results view for a query definition. (Overrides WorkItemsListViewHelper.ShowQueryResults(QueryDefinition).) | |
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