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
- 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.TeamFoundation.VersionControl.Controls.Extensibility Namespace