VsTextTipWindowClass.GetContextStream(Int32, Int32) Méthode

Définition

Retourne le flux de contexte.

public:
 virtual int GetContextStream([Runtime::InteropServices::Out] int % piPos, [Runtime::InteropServices::Out] int % piLength) = Microsoft::VisualStudio::TextManager::Interop::IVsTextTipWindow::GetContextStream;
 virtual int GetContextStream([Runtime::InteropServices::Out] int & piPos, [Runtime::InteropServices::Out] int & piLength);
public virtual int GetContextStream (out int piPos, out int piLength);
abstract member GetContextStream : int * int -> int
override this.GetContextStream : int * int -> int
Public Overridable Function GetContextStream (ByRef piPos As Integer, ByRef piLength As Integer) As Integer

Paramètres

piPos
Int32

[out] Position de départ du flux de contexte.

piLength
Int32

à Longueur du flux de contexte à partir de la position de départ ( piPos ).

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

S’applique à