Proposal.Edits 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
接受提案時將套用的編輯清單。
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。