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호출됩니다.

적용 대상