VersionedTextDocumentPositionContract Constructor
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.
Initializes a new instance of the VersionedTextDocumentPositionContract struct.
public VersionedTextDocumentPositionContract (Microsoft.VisualStudio.RpcContracts.Editor.TextDocumentContract textDocument, int line, int column);
new Microsoft.VisualStudio.RpcContracts.Utilities.VersionedTextDocumentPositionContract : Microsoft.VisualStudio.RpcContracts.Editor.TextDocumentContract * int * int -> Microsoft.VisualStudio.RpcContracts.Utilities.VersionedTextDocumentPositionContract
Public Sub New (textDocument As TextDocumentContract, line As Integer, column As Integer)
Parameters
- textDocument
- TextDocumentContract
The text document this position appears on.
- line
- Int32
The line (0-based) of the position.
- column
- Int32
The column (0-based) of the position.