Repository.QueryShelvesets Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
<WebMethodAttribute> _
Public Function QueryShelvesets ( _
    shelvesetName As String, _
    ownerName As String _
) As List(Of Shelveset)
[WebMethodAttribute]
public List<Shelveset> QueryShelvesets(
    string shelvesetName,
    string ownerName
)
[WebMethodAttribute]
public:
List<Shelveset^>^ QueryShelvesets(
    String^ shelvesetName, 
    String^ ownerName
)
[<WebMethodAttribute>]
member QueryShelvesets : 
        shelvesetName:string * 
        ownerName:string -> List<Shelveset> 
public function QueryShelvesets(
    shelvesetName : String, 
    ownerName : String
) : List<Shelveset>

Parameters

Return Value

Type: System.Collections.Generic.List<Shelveset>

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace