SymbolDisplayFormat.RemoveMiscellaneousOptions Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une copie de SymbolDisplayFormat sans le spécifié SymbolDisplayMiscellaneousOptions.
public:
Microsoft::CodeAnalysis::SymbolDisplayFormat ^ RemoveMiscellaneousOptions(Microsoft::CodeAnalysis::SymbolDisplayMiscellaneousOptions options);
public Microsoft.CodeAnalysis.SymbolDisplayFormat RemoveMiscellaneousOptions (Microsoft.CodeAnalysis.SymbolDisplayMiscellaneousOptions options);
member this.RemoveMiscellaneousOptions : Microsoft.CodeAnalysis.SymbolDisplayMiscellaneousOptions -> Microsoft.CodeAnalysis.SymbolDisplayFormat
Public Function RemoveMiscellaneousOptions (options As SymbolDisplayMiscellaneousOptions) As SymbolDisplayFormat
Paramètres
Objet spécifiant les paramètres qui ne doivent pas être appliqués à la mise en forme des symboles divers.
Retours
Doublon de SymbolDisplayFormat, sans le spécifié SymbolDisplayMiscellaneousOptions.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.