VersionControlBranchVisualizer.TrackedChangesetIds Property

Get the Ids of changesets being tracked.

This is only valid for a tracking visualizer.

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

Syntax

'Declaration
Public ReadOnly Property TrackedChangesetIds As Integer()
public int[] TrackedChangesetIds { get; }
public:
property array<int>^ TrackedChangesetIds {
    array<int>^ get ();
}
member TrackedChangesetIds : int[] with get
function get TrackedChangesetIds () : int[]

Property Value

Type: array<System.Int32[]
list of changetset Ids or null if visualizer not valid

.NET Framework Security

See Also

Reference

VersionControlBranchVisualizer Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace