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 | |
---|---|---|
MyWorkSqmCommandService |
Top
Methods
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