TeamFoundationVersionControlService.QueryPendingChangesForWorkspace Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Function QueryPendingChangesForWorkspace ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec(), _
generateDownloadUrls As Boolean, _
pageSize As Integer, _
lastChange As String, _
includeMergeInfo As Boolean _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryPendingChangesForWorkspace(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs,
bool generateDownloadUrls,
int pageSize,
string lastChange,
bool includeMergeInfo
)
public:
TeamFoundationDataReader^ QueryPendingChangesForWorkspace(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ itemSpecs,
bool generateDownloadUrls,
int pageSize,
String^ lastChange,
bool includeMergeInfo
)
member QueryPendingChangesForWorkspace :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
workspaceOwner:string *
itemSpecs:ItemSpec[] *
generateDownloadUrls:bool *
pageSize:int *
lastChange:string *
includeMergeInfo:bool -> TeamFoundationDataReader
public function QueryPendingChangesForWorkspace(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
workspaceOwner : String,
itemSpecs : ItemSpec[],
generateDownloadUrls : boolean,
pageSize : int,
lastChange : String,
includeMergeInfo : boolean
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- generateDownloadUrls
Type: System.Boolean
- pageSize
Type: System.Int32
- lastChange
Type: System.String
- includeMergeInfo
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.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.