Workspace.OnDocumentTextLoaderChanged(DocumentId, TextLoader) 메서드

정의

디스크에서 문서 텍스트가 변경되면 이 메서드를 호출합니다.

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

매개 변수

documentId
DocumentId
loader
TextLoader

적용 대상