Share via


RefactorAllProvider.GetSupportedRefactorAllScopes Method

Definition

public virtual System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CodeRefactorings.RefactorAllScope> GetSupportedRefactorAllScopes();
abstract member GetSupportedRefactorAllScopes : unit -> seq<Microsoft.CodeAnalysis.CodeRefactorings.RefactorAllScope>
override this.GetSupportedRefactorAllScopes : unit -> seq<Microsoft.CodeAnalysis.CodeRefactorings.RefactorAllScope>
Public Overridable Function GetSupportedRefactorAllScopes () As IEnumerable(Of RefactorAllScope)

Returns

Applies to