ControlFileTypes Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
sourceControl As VersionControlServer, _
settings As ServerSettings _
)
public ControlFileTypes(
VersionControlServer sourceControl,
ServerSettings settings
)
public:
ControlFileTypes(
VersionControlServer^ sourceControl,
ServerSettings^ settings
)
new :
sourceControl:VersionControlServer *
settings:ServerSettings -> ControlFileTypes
public function ControlFileTypes(
sourceControl : VersionControlServer,
settings : ServerSettings
)
Parameters
- sourceControl
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.