VersionControlBranchVisualizer.TrackedPathFilter Property

Get the path filter being used in tracking changes.

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 TrackedPathFilter As ItemSpec
public ItemSpec TrackedPathFilter { get; }
public:
property ItemSpec^ TrackedPathFilter {
    ItemSpec^ get ();
}
member TrackedPathFilter : ItemSpec with get
function get TrackedPathFilter () : ItemSpec

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
item spec or null for filter not specified or if visualizer not valid

.NET Framework Security

See Also

Reference

VersionControlBranchVisualizer Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace