TextViewEditResponse.EditResult Property
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.
Gets or sets the result of the edit operation. Microsoft.VisualStudio.RpcContracts.Editor.EditResult.Success if all changes were applied successfully to the target ITextViewSnapshot.
public Microsoft.VisualStudio.RpcContracts.Editor.EditResult EditResult { get; set; }
member this.EditResult : Microsoft.VisualStudio.RpcContracts.Editor.EditResult with get, set
Public Property EditResult As EditResult
Property Value
Microsoft.VisualStudio.RpcContracts.Editor.EditResult