SymbolDisplayFormat.RemoveLocalOptions(SymbolDisplayLocalOptions) Method
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.
Creates a copy of the SymbolDisplayFormat but with a set of SymbolDisplayLocalOptions stripped away from the original object.
public:
Microsoft::CodeAnalysis::SymbolDisplayFormat ^ RemoveLocalOptions(Microsoft::CodeAnalysis::SymbolDisplayLocalOptions options);
public Microsoft.CodeAnalysis.SymbolDisplayFormat RemoveLocalOptions (Microsoft.CodeAnalysis.SymbolDisplayLocalOptions options);
member this.RemoveLocalOptions : Microsoft.CodeAnalysis.SymbolDisplayLocalOptions -> Microsoft.CodeAnalysis.SymbolDisplayFormat
Public Function RemoveLocalOptions (options As SymbolDisplayLocalOptions) As SymbolDisplayFormat
Parameters
- options
- SymbolDisplayLocalOptions
An object specifying parameters that should not be applied when formatting symbols belonging to locals.
Returns
A duplicate of the SymbolDisplayFormat, with a set of SymbolDisplayLocalOptions stripped away from the original object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.