Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Displays the details for a changeset.
Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Sub ViewChangesetDetails ( _
    changesetId As Integer _
)
public void ViewChangesetDetails(
    int changesetId
)
public:
void ViewChangesetDetails(
    int changesetId
)
member ViewChangesetDetails : 
        changesetId:int -> unit
public function ViewChangesetDetails(
    changesetId : int
)
Parameters
- changesetId
 Type: System.Int32
.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