Stores a single result of a structure match operation.
- Inheritance:
- object object
- Implements:
-
IStructure
Match ITextResult Range Provider
Constructors
StructureMatchResult(TextSnapshotRange)
Initializes a new instance of the StructureMatchResult
class.
Parameter | Type | Description |
---|---|---|
snapshotRange | Text |
A Text |
Properties
IsSource
Gets or sets whether this result is the match that occurred from the source offset.
Property Value
- bool:
true
if the result is the match that occurred from the source offset; otherwise,false
.
MatchEdges
Gets or sets which edges of a IStructure
Property Value
- Structure
Match :Edges A Structure
Match that specifies the valid edges.Edges
NavigationSnapshotOffset
Gets or sets the Text
Property Value
- Text
Snapshot ?:Offset The Text
Snapshot to navigate for the match, if one is available.Offset
SnapshotRange
Gets or sets a Text
Property Value
- Text
Snapshot :Range A Text
Snapshot indicating the offset range of the match.Range