OffsetRange.Implicit(TextRange to OffsetRange) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows implicit conversion from a TextRange.
public static implicit operator Microsoft.VisualStudio.RpcContracts.Editor.OffsetRange (Microsoft.VisualStudio.Extensibility.Editor.TextRange textRange);
static member op_Implicit : Microsoft.VisualStudio.Extensibility.Editor.TextRange -> Microsoft.VisualStudio.RpcContracts.Editor.OffsetRange
Public Shared Widening Operator CType (textRange As TextRange) As OffsetRange
Parameters
- textRange
- TextRange