TextTipData.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.
Récupère la position et la longueur de l'info-bulle.
public:
virtual int GetContextStream([Runtime::InteropServices::Out] int % piPos, [Runtime::InteropServices::Out] int % piLen);
public virtual int GetContextStream (out int piPos, out int piLen);
abstract member GetContextStream : int * int -> int
override this.GetContextStream : int * int -> int
Public Overridable Function GetContextStream (ByRef piPos As Integer, ByRef piLen As Integer) As Integer
Paramètres
- piPos
- Int32
Position de l'info-bulle.
- piLen
- Int32
Longueur de l'astuce.
Retours
Microsoft.VisualStudio.NativeMethods.S_OK.