This documentation is archived and is not being maintained.
ServiceDefinition Constructor
Visual Studio 2013
Creates a ServiceDefinition based on the information supplied.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
ServiceDefinition(
String^ serviceType,
Guid identifier,
String^ displayName,
String^ relativePath,
RelativeToSetting relativeToSetting,
String^ description,
String^ toolType
)
Parameters
- serviceType
- Type: System::String
The service type for this ServiceDefinition.
- identifier
- Type: System::Guid
The identifier for this ServiceDefinition.
- displayName
- Type: System::String
The display name for this ServiceDefinition.
- relativePath
- Type: System::String
The relative path for this ServiceDefinition.
- relativeToSetting
- Type: Microsoft.TeamFoundation.Framework.Common::RelativeToSetting
The relativeToSetting for this ServiceDefinition.
- description
- Type: System::String
The description for this ServiceDefinition.
- toolType
- Type: System::String
The tool type for this ServiceDefinition
- 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.
Show: