TeamFoundationVersionControlService.QueryShelvesets Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
QueryShelvesets(TeamFoundationRequestContext, String, String) | Lists the known shelvesets in the system. Returns shelveset metadata. To retrieve the list of changes, use QueryPendingSets(). | |
QueryShelvesets(TeamFoundationRequestContext, String, String, array<String[]) | Lists the known shelvesets in the system. Returns shelveset metadata. To retrieve the list of changes, use QueryPendingSets(). |
Top