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
- 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