Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Add or replace a servicing resource for use by Framework stepTypes.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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.StringA unique name for the servicing resource.
contentStream
Type: System.IO.StreamA stream containing the content to add.
.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