IPendingChangesExt.FilterBy Property

Get the filtering options applied to include / exclude lists.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
ReadOnly Property FilterBy As ChangesFilterType
ChangesFilterType FilterBy { get; }
property ChangesFilterType FilterBy {
    ChangesFilterType get ();
}
abstract FilterBy : ChangesFilterType with get
function get FilterBy () : ChangesFilterType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility.ChangesFilterType
Returns ChangesFilterType.

.NET Framework Security

See Also

Reference

IPendingChangesExt Interface

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace