Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the Difference at the given index itself contains differences.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Function HasContainedDifferences ( _
index As Integer _
) As Boolean
bool HasContainedDifferences(
int index
)
bool HasContainedDifferences(
int index
)
abstract HasContainedDifferences :
index:int -> bool
function HasContainedDifferences(
index : int
) : boolean
Parameters
index
Type: Int32The index at which to check for contained differences.
Return Value
Type: Boolean
true if the Difference in question has contained differences, otherwise false.
Remarks
Calling this method forces an evaluation of the contained differences for the given element.
.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.