VersionControlBranchVisualizer.TrackedSourceBranch Property
Get the source branch 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 TrackedSourceBranch As VersionControlBranchVisualizerBranch
public VersionControlBranchVisualizerBranch TrackedSourceBranch { get; }
public:
property VersionControlBranchVisualizerBranch^ TrackedSourceBranch {
VersionControlBranchVisualizerBranch^ get ();
}
member TrackedSourceBranch : VersionControlBranchVisualizerBranch with get
function get TrackedSourceBranch () : VersionControlBranchVisualizerBranch
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBranchVisualizerBranch
branch or null if visualizer not valid
.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
VersionControlBranchVisualizer Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace