IVsTextStreamMarker.GetCurrentSpan, méthode
Retourne les informations de position actuelle de la marque dans le flux de texte.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function GetCurrentSpan ( _
<OutAttribute> ByRef piPos As Integer, _
<OutAttribute> ByRef piLen As Integer _
) As Integer
int GetCurrentSpan(
out int piPos,
out int piLen
)
int GetCurrentSpan(
[OutAttribute] int% piPos,
[OutAttribute] int% piLen
)
abstract GetCurrentSpan :
piPos:int byref *
piLen:int byref -> int
function GetCurrentSpan(
piPos : int,
piLen : int
) : int
Paramètres
piPos
Type : Int32%[] position du marqueur de texte.
piLen
Type : Int32%[] longueur du marqueur de texte.
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
Signature de COM
De textmgr.idl :
HRESULT IVsTextStreamMarker::GetCurrentSpan(
[out] long *piPos,
[out] long *piLen
);
Utilisez cette méthode pour déterminer l'étendue et la position actuelle du marqueur de texte.
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.