VsTextBufferClass.IVsTextLines_Reload, méthode

Recharge la mémoire tampon de texte.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Public Overridable Function IVsTextLines_Reload ( _
    fUndoable As Integer _
) As Integer
public virtual int IVsTextLines_Reload(
    int fUndoable
)
public:
virtual int IVsTextLines_Reload(
    [InAttribute] int fUndoable
)
abstract IVsTextLines_Reload : 
        fUndoable:int -> int  
override IVsTextLines_Reload : 
        fUndoable:int -> int
public function IVsTextLines_Reload(
    fUndoable : int
) : int

Paramètres

  • fUndoable
    Type : Int32

    [in] spécifie si l'action de déchargement est annulable. Actuellement, la prise en charge de non- phase de restauration n'est pas implémentée, donc le rechargement est toujours annulable.

Valeur de retour

Type : Int32

Implémentations

IVsTextLines.Reload(Int32)

Sécurité .NET Framework

Voir aussi

Référence

VsTextBufferClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms