TeamFoundationVersionControlService.UndoPendingChanges Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
Public Function UndoPendingChanges ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
items As ItemSpec(), _
propertyNameFilters As String() _
) As TeamFoundationDataReader
public TeamFoundationDataReader UndoPendingChanges(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
ItemSpec[] items,
string[] propertyNameFilters
)
public:
TeamFoundationDataReader^ UndoPendingChanges(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ ownerName,
array<ItemSpec^>^ items,
array<String^>^ propertyNameFilters
)
member UndoPendingChanges :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
ownerName:string *
items:ItemSpec[] *
propertyNameFilters:string[] -> TeamFoundationDataReader
public function UndoPendingChanges(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
ownerName : String,
items : ItemSpec[],
propertyNameFilters : String[]
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- ownerName
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- 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.