VersionControlExt.ViewShelvesetDetails Method

View the specified shelveset details

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

Syntax

'Declaration
Public Function ViewShelvesetDetails ( _
    name As String, _
    owner As String _
) As Boolean
public bool ViewShelvesetDetails(
    string name,
    string owner
)
public:
bool ViewShelvesetDetails(
    String^ name, 
    String^ owner
)
member ViewShelvesetDetails : 
        name:string * 
        owner:string -> bool
public function ViewShelvesetDetails(
    name : String, 
    owner : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VersionControlExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace