VersionControlExt.FindShelvesets Method

Find shelvesets for the specified user.

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

Syntax

'Declaration
Public Sub FindShelvesets ( _
    owner As String, _
    filterText As String _
)
public void FindShelvesets(
    string owner,
    string filterText
)
public:
void FindShelvesets(
    String^ owner, 
    String^ filterText
)
member FindShelvesets : 
        owner:string * 
        filterText:string -> unit
public function FindShelvesets(
    owner : String, 
    filterText : String
)

Parameters

  • filterText
    Type: System.String

    Optional text that is used to filter the results

.NET Framework Security

See Also

Reference

VersionControlExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace