共用方式為


TextDocumentSnapshotEditResponse.EditResult Property

Definition

Gets or sets the result of the edit operation. Microsoft.VisualStudio.RpcContracts.Editor.EditResult.Success if all changes were applied successfully to the target ITextDocumentSnapshot.

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

Applies to