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
owner
Type: System.StringShelveset owner
filterText
Type: System.StringOptional text that is used to filter the results
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace