MyWorkSqmCommandService Constructor
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl.MyWork
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
<ImportingConstructorAttribute> _
Public Sub New ( _
serviceProvider As IServiceProvider _
)
[ImportingConstructorAttribute]
public MyWorkSqmCommandService(
IServiceProvider serviceProvider
)
[ImportingConstructorAttribute]
public:
MyWorkSqmCommandService(
IServiceProvider^ serviceProvider
)
[<ImportingConstructorAttribute>]
new :
serviceProvider:IServiceProvider -> MyWorkSqmCommandService
public function MyWorkSqmCommandService(
serviceProvider : IServiceProvider
)
Parameters
- serviceProvider
Type: System.IServiceProvider
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl.MyWork Namespace