VisualBasicSyntaxTree.GetChangedSpans(SyntaxTree) 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.
Menghasilkan daftar rentang pesimis yang menunjukkan wilayah teks di pohon ini yang diubah dari teks pohon lama.
public:
override System::Collections::Generic::IList<Microsoft::CodeAnalysis::Text::TextSpan> ^ GetChangedSpans(Microsoft::CodeAnalysis::SyntaxTree ^ oldTree);
public override System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextSpan> GetChangedSpans(Microsoft.CodeAnalysis.SyntaxTree oldTree);
override this.GetChangedSpans : Microsoft.CodeAnalysis.SyntaxTree -> System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextSpan>
Public Overrides Function GetChangedSpans (oldTree As SyntaxTree) As IList(Of TextSpan)
Parameter
- oldTree
- SyntaxTree
Pohon tua. Tidak bisa menjadi Nothing.
Mengembalikan
Keterangan
Daftar ini pesimis karena mungkin mengklaim wilayah yang lebih banyak atau lebih besar daripada yang benar-benar berubah.