DiffFinder<T>.ContinueDifferencePredicate Property
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
Syntax
'Declaration
Protected ReadOnly Property ContinueDifferencePredicate As ContinueDifferencePredicate(Of T)
protected ContinueDifferencePredicate<T> ContinueDifferencePredicate { get; }
protected:
property ContinueDifferencePredicate<T>^ ContinueDifferencePredicate {
ContinueDifferencePredicate<T>^ get ();
}
member ContinueDifferencePredicate : ContinueDifferencePredicate<'T> with get
function get ContinueDifferencePredicate () : ContinueDifferencePredicate<T>
Property Value
Type: Microsoft.TeamFoundation.Diff.ContinueDifferencePredicate<T>
.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.