Source.GetText, méthode (Int32, Int32, Int32, Int32)
Obtient le texte entre les emplacements spécifiés.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntaxe
'Déclaration
Public Function GetText ( _
startLine As Integer, _
startCol As Integer, _
endLine As Integer, _
endCol As Integer _
) As String
public string GetText(
int startLine,
int startCol,
int endLine,
int endCol
)
Paramètres
- startLine
Type : System.Int32
La première ligne de texte à obtenir.
- startCol
Type : System.Int32
L'offset sur la première ligne au premier personnage à obtenir.
- endLine
Type : System.Int32
La dernière ligne de texte à obtenir.
- endCol
Type : System.Int32
L'offset sur la dernière ligne au dernier personnage à obtenir.
Valeur de retour
Type : System.String
Le texte souhaité.Cela peut être une chaîne vide.
Remarques
Cette méthode effectue le suivi à l'appel la méthode d'GetLineText sur l'objet d'IVsTextLines passé au constructeur de classe d'Source.Cette méthode lève une exception si l'GetLineText retourne une erreur.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.