Provides the base requirements for a class that can find containing code blocks, generally used for code block selection expansion in an editor.
Remarks
This interface type can be registered with an ISyntax
Methods
FindContaining(TextSnapshotRange)
Returns the Text
Parameter | Type | Description |
---|---|---|
snapshotRange | Text |
The Text |
Returns
- Text
Snapshot :Range The Text
Snapshot of the containing code block.Range