IVsTextTipData.GetContextStream(Int32, Int32) Méthode

Définition

Obtient un flux de contexte pour les données de texte info-bulle.

public:
 int GetContextStream([Runtime::InteropServices::Out] int % piPos, [Runtime::InteropServices::Out] int % piLength);
int GetContextStream([Runtime::InteropServices::Out] int & piPos, [Runtime::InteropServices::Out] int & piLength);
public int GetContextStream (out int piPos, out int piLength);
abstract member GetContextStream : int * int -> int
Public Function GetContextStream (ByRef piPos As Integer, ByRef piLength As Integer) As Integer

Paramètres

piPos
Int32

à Position du flux de contexte.

piLength
Int32

à Longueur du flux de contexte.

Retours

Int32

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

Remarques

Signature COM

À partir de textmgr. idl :

HRESULT IVsTextTipData::GetContextStream(  
   [out] long *piPos,  
   [out] long *piLength  
);  

S’applique à