IVsIntellisenseHost.GetContextFocalPoint, méthode
Retourne la position dans la mémoire tampon de contexte qui est considérée le point de départ de contexte.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
Function GetContextFocalPoint ( _
<OutAttribute> pSpan As TextSpan(), _
ByRef piLen As Integer _
) As Integer
int GetContextFocalPoint(
TextSpan[] pSpan,
ref int piLen
)
int GetContextFocalPoint(
[OutAttribute] array<TextSpan>^ pSpan,
int% piLen
)
abstract GetContextFocalPoint :
pSpan:TextSpan[] byref *
piLen:int byref -> int
function GetContextFocalPoint(
pSpan : TextSpan[],
piLen : int
) : int
Paramètres
pSpan
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][] TextSpan contenant le contexte d'Intellisense.
piLen
Type : Int32%Longueur de la mémoire tampon.
Valeur de retour
Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Notes
C++
De singlefileeditor.idl :
HRESULT IVsIntellisenseHost::GetContextFocalPoint([out] TextSpan *pSpan, long *piLen);
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.