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.
Collects a set of pending changes and shelves them to the server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub Shelve ( _
shelveset As Shelveset, _
changes As PendingChange(), _
options As ShelvingOptions _
)
public void Shelve(
Shelveset shelveset,
PendingChange[] changes,
ShelvingOptions options
)
public:
void Shelve(
Shelveset^ shelveset,
array<PendingChange^>^ changes,
ShelvingOptions options
)
member Shelve :
shelveset:Shelveset *
changes:PendingChange[] *
options:ShelvingOptions -> unit
public function Shelve(
shelveset : Shelveset,
changes : PendingChange[],
options : ShelvingOptions
)
Parameters
- shelveset
Type: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
The shelveset to shelve.
- changes
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
An array of pending changes to shelve.
- options
Type: Microsoft.TeamFoundation.VersionControl.Client.ShelvingOptions
Various options for the shelving command.
.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.