Project.GetAnalyzerConfigDocument(DocumentId) 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.
Obtenez le document de configuration de l’analyseur dans ce projet avec l’ID de document spécifié.
public Microsoft.CodeAnalysis.AnalyzerConfigDocument? GetAnalyzerConfigDocument(Microsoft.CodeAnalysis.DocumentId documentId);
public Microsoft.CodeAnalysis.AnalyzerConfigDocument GetAnalyzerConfigDocument(Microsoft.CodeAnalysis.DocumentId documentId);
member this.GetAnalyzerConfigDocument : Microsoft.CodeAnalysis.DocumentId -> Microsoft.CodeAnalysis.AnalyzerConfigDocument
Public Function GetAnalyzerConfigDocument (documentId As DocumentId) As AnalyzerConfigDocument
Paramètres
- documentId
- DocumentId