PendingChangesExt.IncludedChangesFilterText Property

Get the included changes text filter

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

Syntax

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

Property Value

Type: System.String
Returns String.

Implements

IPendingChangesExt.IncludedChangesFilterText

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace