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