ProposalBase.Scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.