ITextChange.NewLength, propriété
Obtient la longueur d'NewText.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
ReadOnly Property NewLength As Integer
int NewLength { get; }
property int NewLength {
int get ();
}
abstract NewLength : int with get
function get NewLength () : int
Valeur de propriété
Type : Int32
Longueur de NewText.
Notes
C'est l'équivalent d'NewSpan.Length.
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.