Share via


PendingChangesExt.ExcludedChangesFilterText Property

Get the excluded changes text filter

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

Syntax

'Declaration
Public ReadOnly Property ExcludedChangesFilterText As String
public string ExcludedChangesFilterText { get; }
public:
virtual property String^ ExcludedChangesFilterText {
    String^ get () sealed;
}
abstract ExcludedChangesFilterText : string with get 
override ExcludedChangesFilterText : string with get
final function get ExcludedChangesFilterText () : String

Property Value

Type: System.String
Returns String.

Implements

IPendingChangesExt.ExcludedChangesFilterText

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace