MyWorkSqmCommandService Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.VersionControl.MyWork.MyWorkSqmCommandService

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

Syntax

'Declaration
<ExportAttribute(GetType(IMyWorkSqmCommandService))> _
Public Class MyWorkSqmCommandService _
    Implements IMyWorkSqmCommandService
[ExportAttribute(typeof(IMyWorkSqmCommandService))]
public class MyWorkSqmCommandService : IMyWorkSqmCommandService
[ExportAttribute(typeof(IMyWorkSqmCommandService))]
public ref class MyWorkSqmCommandService : IMyWorkSqmCommandService
[<ExportAttribute(typeof(IMyWorkSqmCommandService))>]
type MyWorkSqmCommandService =  
    class 
        interface IMyWorkSqmCommandService 
    end
public class MyWorkSqmCommandService implements IMyWorkSqmCommandService

The MyWorkSqmCommandService type exposes the following members.

Constructors

  Name Description
Public method MyWorkSqmCommandService

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 SqmCodeReviewFilterCommand
Public method SqmCodeReviewOpenQueryCommand
Public method SqmNewWILinkCommand
Public method SqmStartWorkItemCommand
Public method SqmSuspendedWorkMergeCommand
Public method SqmSuspendedWorkResumeCommand
Public method SqmSuspendedWorkSwitchCommand
Public method SqmSuspendWorkCancelRenameCommand
Public method SqmSuspendWorkDeleteWorksetCommand
Public method SqmSuspendWorkRenameCommand
Public method SqmWIFilterCommand
Public method SqmWIOpenQueryCommand
Public method SqmWIPActionsCommand
Public method SqmWIPAddWorkItemCommand
Public method SqmWIPCancelAddWorkItemCommand
Public method SqmWIPCancelSuspendCommand
Public method SqmWIPCheckInCommand
Public method SqmWIPFinishWorkItemsCommand
Public method SqmWIPRemoveWorkItemsCommand
Public method SqmWIPRequestReviewCommand
Public method SqmWIPSuspendAndShelveCommand
Public method SqmWIPViewChangesCommand
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.VersionControl.MyWork Namespace