Delen via


ProposalBase.Scope Property

Definition

The scope of the code affected by the proposal.

public virtual Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection Scope { get; }
member this.Scope : Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection
Public Overridable ReadOnly Property Scope As NormalizedSnapshotSpanCollection

Property Value

Remarks

Used to render a highlight associated with the proposal.

Applies to