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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.