共用方式為


Proposal.Edits 屬性

定義

接受提案時將套用的編輯清單。

public override System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Proposals.ProposedEdit> Edits { get; }
member this.Edits : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Proposals.ProposedEdit>
Public Overrides ReadOnly Property Edits As IReadOnlyList(Of ProposedEdit)

屬性值

備註

當使用者變更緩衝區時,所有編輯都會自動更新。 如果使用者以這與建議的編輯不相容的方式變更緩衝區,則會移除提案,並以 OnProposalUpdatedAsync(SuggestionSessionBase, ProposalBase, ProposalBase, ReasonForUpdate, VirtualSnapshotPoint, CompletionState, CancellationToken) 呼叫 Diverged

適用於