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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.