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.
Gets the pending changes for the specified query.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function QueryPendingSets ( _
itemSpecs As ItemSpec(), _
queryWorkspaceName As String, _
queryUserName As String, _
includeDownloadInfo As Boolean, _
itemPropertyFilters As String() _
) As PendingSet()
public PendingSet[] QueryPendingSets(
ItemSpec[] itemSpecs,
string queryWorkspaceName,
string queryUserName,
bool includeDownloadInfo,
string[] itemPropertyFilters
)
public:
array<PendingSet^>^ QueryPendingSets(
array<ItemSpec^>^ itemSpecs,
String^ queryWorkspaceName,
String^ queryUserName,
bool includeDownloadInfo,
array<String^>^ itemPropertyFilters
)
member QueryPendingSets :
itemSpecs:ItemSpec[] *
queryWorkspaceName:string *
queryUserName:string *
includeDownloadInfo:bool *
itemPropertyFilters:string[] -> PendingSet[]
public function QueryPendingSets(
itemSpecs : ItemSpec[],
queryWorkspaceName : String,
queryUserName : String,
includeDownloadInfo : boolean,
itemPropertyFilters : String[]
) : PendingSet[]
Parameters
itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]The items to query for pending changes.
queryWorkspaceName
Type: System.StringThe workspace name. May be null.
queryUserName
Type: System.StringThe user name. May be null.
includeDownloadInfo
Type: System.BooleanTrue to include the information that is required to download files. False not to include the additional information.
itemPropertyFilters
Type: array<System.String[]List of property filters.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
An array of pending sets with the pending changes for the server items.
.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.