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.
Represents a request of the Get operation.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Client.GetRequest
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class GetRequest
public sealed class GetRequest
public ref class GetRequest sealed
[<Sealed>]
type GetRequest = class end
public final class GetRequest
The GetRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
GetRequest(ItemSpec, VersionSpec) | Gets the specified item or the entire workspace at the specified version. |
![]() |
GetRequest(ItemSpec, Int32) | Gets the specified items or the entire workspace at the specified changeset. |
![]() |
GetRequest(String, RecursionType, VersionSpec) | Gets the specified items at the specified version. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ItemSpec | Gets or sets the item that is being requested. |
![]() |
VersionSpec | Gets or sets the version that is being requested. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() |
FromStrings | Creates an array of GetRequests from the specified array of local or server paths, recursion, and version. |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Creates a user-readable string that describes the properties of this GetRequest object. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)