ITextSnapshot.Version, propriété
Version de la ITextBuffer que cet ITextSnapshot représente.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
ReadOnly Property Version As ITextVersion
ITextVersion Version { get; }
property ITextVersion^ Version {
ITextVersion^ get ();
}
abstract Version : ITextVersion with get
function get Version () : ITextVersion
Valeur de propriété
Type : Microsoft.VisualStudio.Text.ITextVersion
ITextVersion .
Notes
Cette propriété retourne toujours le même ITextVersion. La propriété d'Changes est initialement nullune référence null (Nothing en Visual Basic) et devient remplie lorsqu'elle cesse d'être la dernière version.
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.