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
.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
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace