Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructor.
Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    versionControlServer As VersionControlServer _
)
public ConfigureWorkspaceGridViewModel(
    IServiceProvider serviceProvider,
    VersionControlServer versionControlServer
)
public:
ConfigureWorkspaceGridViewModel(
    IServiceProvider^ serviceProvider, 
    VersionControlServer^ versionControlServer
)
new : 
        serviceProvider:IServiceProvider * 
        versionControlServer:VersionControlServer -> ConfigureWorkspaceGridViewModel
public function ConfigureWorkspaceGridViewModel(
    serviceProvider : IServiceProvider, 
    versionControlServer : VersionControlServer
)
Parameters
- serviceProvider
 Type: System.IServiceProvider
- versionControlServer
 Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
.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.