ITeamProjectCollectionServicing.UpdateServicingResource Method (String, String)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Sub UpdateServicingResource ( _
name As String, _
filePath As String _
)
void UpdateServicingResource(
string name,
string filePath
)
void UpdateServicingResource(
String^ name,
String^ filePath
)
abstract UpdateServicingResource :
name:string *
filePath:string -> unit
function UpdateServicingResource(
name : String,
filePath : String
)
Parameters
- name
Type: System.String
- filePath
Type: System.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.
See Also
Reference
ITeamProjectCollectionServicing Interface