TeamFoundationVersionControlService.GetChangesetProperty Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Function GetChangesetProperty ( _
requestContext As TeamFoundationRequestContext, _
changesetId As Integer, _
propertyNameFilters As String() _
) As TeamFoundationDataReader
public TeamFoundationDataReader GetChangesetProperty(
TeamFoundationRequestContext requestContext,
int changesetId,
string[] propertyNameFilters
)
public:
TeamFoundationDataReader^ GetChangesetProperty(
TeamFoundationRequestContext^ requestContext,
int changesetId,
array<String^>^ propertyNameFilters
)
member GetChangesetProperty :
requestContext:TeamFoundationRequestContext *
changesetId:int *
propertyNameFilters:string[] -> TeamFoundationDataReader
public function GetChangesetProperty(
requestContext : TeamFoundationRequestContext,
changesetId : int,
propertyNameFilters : String[]
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- changesetId
Type: System.Int32
- 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.