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
- name
Type: System.String
- owner
Type: System.String
Return Value
Type: System.Boolean
.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