Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries for a summary of change type counts for a changeset. This is used primarily for display purposes when showing how many files have been added, edited or deleted.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Overridable Function QuerySummaryForChangeset ( _
    requestContext As TeamFoundationRequestContext, _
    changeset As Integer _
) As ChangesetChangeTypeSummary
public virtual ChangesetChangeTypeSummary QuerySummaryForChangeset(
    TeamFoundationRequestContext requestContext,
    int changeset
)
public:
virtual ChangesetChangeTypeSummary^ QuerySummaryForChangeset(
    TeamFoundationRequestContext^ requestContext, 
    int changeset
)
abstract QuerySummaryForChangeset : 
        requestContext:TeamFoundationRequestContext * 
        changeset:int -> ChangesetChangeTypeSummary  
override QuerySummaryForChangeset : 
        requestContext:TeamFoundationRequestContext * 
        changeset:int -> ChangesetChangeTypeSummary
public function QuerySummaryForChangeset(
    requestContext : TeamFoundationRequestContext, 
    changeset : int
) : ChangesetChangeTypeSummary
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- changeset
 Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Server.ChangesetChangeTypeSummary
Remarks
The caller needs to have read access to the files in the changeset for the results to be returned.
.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.