Workspace.OnDocumentInfoChanged(DocumentId, DocumentInfo) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Panggil metode ini ketika info dokumen berubah, seperti nama, folder, atau jalur file.
protected public:
void OnDocumentInfoChanged(Microsoft::CodeAnalysis::DocumentId ^ documentId, Microsoft::CodeAnalysis::DocumentInfo ^ newInfo);
protected internal void OnDocumentInfoChanged(Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.DocumentInfo newInfo);
member this.OnDocumentInfoChanged : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.DocumentInfo -> unit
Protected Friend Sub OnDocumentInfoChanged (documentId As DocumentId, newInfo As DocumentInfo)
Parameter
- documentId
- DocumentId
- newInfo
- DocumentInfo