VisualBasicSyntaxTree.GetChangedSpans(SyntaxTree) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生範圍封閉式清單,表示此樹狀結構中從舊樹狀結構文字變更的文字區域。
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)
參數
- oldTree
- SyntaxTree
舊的樹狀結構。 不可以是 Nothing
。
傳回
備註
清單很封閉,因為它可能會宣告超過實際變更的更多或更大的區域。