ITeamProjectCollectionServicing.DeleteServicingResources Method
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Sub DeleteServicingResources ( _
resourceNames As IEnumerable(Of String) _
)
void DeleteServicingResources(
IEnumerable<string> resourceNames
)
void DeleteServicingResources(
IEnumerable<String^>^ resourceNames
)
abstract DeleteServicingResources :
resourceNames:IEnumerable<string> -> unit
function DeleteServicingResources(
resourceNames : IEnumerable<String>
)
Parameters
- resourceNames
Type: System.Collections.Generic.IEnumerable<String>
.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.