VsTextTipWindowClass.GetContextStream(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.