IVsTextStorage.Storage_GetPositionOfLineIndex, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function Storage_GetPositionOfLineIndex ( _
iLine As Integer, _
iIndex As Integer, _
<OutAttribute> ByRef piPosition As Integer _
) As Integer
int Storage_GetPositionOfLineIndex(
int iLine,
int iIndex,
out int piPosition
)
int Storage_GetPositionOfLineIndex(
[InAttribute] int iLine,
[InAttribute] int iIndex,
[OutAttribute] int% piPosition
)
abstract Storage_GetPositionOfLineIndex :
iLine:int *
iIndex:int *
piPosition:int byref -> int
function Storage_GetPositionOfLineIndex(
iLine : int,
iIndex : int,
piPosition : int
) : int
Paramètres
iLine
Type : Int32[in]
iIndex
Type : Int32[in]
piPosition
Type : Int32%[out]
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 IVsTextStorage::Storage_GetPositionOfLineIndex(
[in] long iLine,
[in] CharIndex iIndex,
[out] long *piPosition
);
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.