Source.SetText, méthode (TextSpan, String)
Remplace l'étendue spécifiée de la source par le texte donné.
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 Sub SetText ( _
span As TextSpan, _
newText As String _
)
public void SetText(
TextSpan span,
string newText
)
Paramètres
- span
Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
Un objet d'TextSpan décrivant l'étendue pour remplacer.
- newText
Type : System.String
Une chaîne maintenant le nouveau texte.
Remarques
Cette méthode effectue le suivi à l'appel l'autre méthode envergure- orientée d'SetText(Int32, Int32, Int32, Int32, String).
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.