TextViewEditResponse(ITextViewSnapshot, EditResult) 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 TextViewEditResponse class.
public TextViewEditResponse (Microsoft.VisualStudio.Extensibility.Editor.ITextViewSnapshot after, Microsoft.VisualStudio.RpcContracts.Editor.EditResult editResult);
new Microsoft.VisualStudio.Extensibility.Editor.TextViewEditResponse : Microsoft.VisualStudio.Extensibility.Editor.ITextViewSnapshot * Microsoft.VisualStudio.RpcContracts.Editor.EditResult -> Microsoft.VisualStudio.Extensibility.Editor.TextViewEditResponse
Public Sub New (after As ITextViewSnapshot, editResult As EditResult)
Parameters
- after
- ITextViewSnapshot
The ITextViewSnapshot version after the changes were applied.
- editResult
- EditResult
The result of the edit operation.