ILocationService.RemoveServiceDefinition Method (String, Guid)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Sub RemoveServiceDefinition ( _
serviceType As String, _
serviceIdentifier As Guid _
)
void RemoveServiceDefinition(
string serviceType,
Guid serviceIdentifier
)
void RemoveServiceDefinition(
String^ serviceType,
Guid serviceIdentifier
)
abstract RemoveServiceDefinition :
serviceType:string *
serviceIdentifier:Guid -> unit
function RemoveServiceDefinition(
serviceType : String,
serviceIdentifier : Guid
)
Parameters
- serviceType
Type: System.String
- serviceIdentifier
Type: System.Guid
.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.