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