TeamFoundationVersionControlService.QueryChangesetExtended Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
Public Function QueryChangesetExtended ( _
requestContext As TeamFoundationRequestContext, _
changesetId As Integer, _
includeChanges As Boolean, _
generateDownloadUrls As Boolean, _
propertyNameFilters As String() _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryChangesetExtended(
TeamFoundationRequestContext requestContext,
int changesetId,
bool includeChanges,
bool generateDownloadUrls,
string[] propertyNameFilters
)
public:
TeamFoundationDataReader^ QueryChangesetExtended(
TeamFoundationRequestContext^ requestContext,
int changesetId,
bool includeChanges,
bool generateDownloadUrls,
array<String^>^ propertyNameFilters
)
member QueryChangesetExtended :
requestContext:TeamFoundationRequestContext *
changesetId:int *
includeChanges:bool *
generateDownloadUrls:bool *
propertyNameFilters:string[] -> TeamFoundationDataReader
public function QueryChangesetExtended(
requestContext : TeamFoundationRequestContext,
changesetId : int,
includeChanges : boolean,
generateDownloadUrls : boolean,
propertyNameFilters : String[]
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- changesetId
Type: System.Int32
- includeChanges
Type: System.Boolean
- generateDownloadUrls
Type: System.Boolean
- propertyNameFilters
Type: array<System.String[]
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.