Condividi tramite


Proprietà Source.DirtySpan

Ottiene un intervallo che identifica le righe modificate nel database di origine.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Sintassi

'Dichiarazione
Public Overridable Property DirtySpan As TextSpan
public virtual TextSpan DirtySpan { get; set; }

Valore proprietà

Tipo: Microsoft.VisualStudio.TextManager.Interop.TextSpan
In TextSpan oggetto contenente l'intervallo di righe modificate nel file di origine.

Note

TextSpan l'oggetto estende tutte le righe modificate o modificate nel database di origine.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Source Classe

Spazio dei nomi Microsoft.VisualStudio.Package