Repository.QueryChangesForChangeset Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryChangesForChangeset ( _
changesetId As Integer, _
generateDownloadUrls As Boolean, _
pageSize As Integer, _
lastItem As ItemSpec _
) As StreamingCollection(Of Change)
[WebMethodAttribute]
public StreamingCollection<Change> QueryChangesForChangeset(
int changesetId,
bool generateDownloadUrls,
int pageSize,
ItemSpec lastItem
)
[WebMethodAttribute]
public:
StreamingCollection<Change^>^ QueryChangesForChangeset(
int changesetId,
bool generateDownloadUrls,
int pageSize,
ItemSpec^ lastItem
)
[<WebMethodAttribute>]
member QueryChangesForChangeset :
changesetId:int *
generateDownloadUrls:bool *
pageSize:int *
lastItem:ItemSpec -> StreamingCollection<Change>
public function QueryChangesForChangeset(
changesetId : int,
generateDownloadUrls : boolean,
pageSize : int,
lastItem : ItemSpec
) : StreamingCollection<Change>
Parameters
- changesetId
Type: System.Int32
- generateDownloadUrls
Type: System.Boolean
- pageSize
Type: System.Int32
- lastItem
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Change>
.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.