This documentation is archived and is not being maintained.
VersionControlServer::QueryShelvesets Method (String, String, array<String>)
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<Shelveset^>^ QueryShelvesets( String^ shelvesetName, String^ shelvesetOwner, array<String^>^ propertyNameFilters )
Parameters
- shelvesetName
- Type: System::String
The name of the shelveset to look for. Specify null to match all shelvesets regardless of name.
- shelvesetOwner
- Type: System::String
The owner of the shelvesets to look for. Specify null to match all shelvesets regardless of owner.
- propertyNameFilters
- Type: array<System::String>
The item property filters.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::Shelveset>An array of Shelveset objects matching the query.
- 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.
Show: