ITextChange.NewText, propriété
Obtient le texte qui a remplacé le texte ancien.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
ReadOnly Property NewText As String
string NewText { get; }
property String^ NewText {
String^ get ();
}
abstract NewText : string with get
function get NewText () : String
Valeur de propriété
Type : String
Texte qui a remplacé l'ancien texte.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.