Share via


PendingChangesExt.FilterBy Property

Get the filtering options applied to include / exclude lists.

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

Syntax

'Declaration
Public ReadOnly Property FilterBy As ChangesFilterType
public ChangesFilterType FilterBy { get; }
public:
virtual property ChangesFilterType FilterBy {
    ChangesFilterType get () sealed;
}
abstract FilterBy : ChangesFilterType with get 
override FilterBy : ChangesFilterType with get
final function get FilterBy () : ChangesFilterType

Property Value

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

Implements

IPendingChangesExt.FilterBy

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace