Compartir a través de


Workspace.OnAnalyzerConfigDocumentTextLoaderChanged Método

Definición

Llame a este método cuando se cambie el texto de un documento de configuración del analizador en el disco.

protected internal void OnAnalyzerConfigDocumentTextLoaderChanged (Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.TextLoader loader);
member this.OnAnalyzerConfigDocumentTextLoaderChanged : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.TextLoader -> unit
Protected Friend Sub OnAnalyzerConfigDocumentTextLoaderChanged (documentId As DocumentId, loader As TextLoader)

Parámetros

documentId
DocumentId
loader
TextLoader

Se aplica a