IVsEditorGoBackLocations.SetNonMergeableGoBackLocation, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function SetNonMergeableGoBackLocation ( _
fCurrentCaretPos As Integer, _
iBaseLine As Integer, _
iBaseCol As Integer _
) As Integer
int SetNonMergeableGoBackLocation(
int fCurrentCaretPos,
int iBaseLine,
int iBaseCol
)
int SetNonMergeableGoBackLocation(
[InAttribute] int fCurrentCaretPos,
[InAttribute] int iBaseLine,
[InAttribute] int iBaseCol
)
abstract SetNonMergeableGoBackLocation :
fCurrentCaretPos:int *
iBaseLine:int *
iBaseCol:int -> int
function SetNonMergeableGoBackLocation(
fCurrentCaretPos : int,
iBaseLine : int,
iBaseCol : int
) : int
Paramètres
fCurrentCaretPos
Type : Int32[in]
iBaseLine
Type : Int32[in]
iBaseCol
Type : Int32[in]
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 :
[C++]
HRESULT IVsEditorGoBackLocations::SetNonMergeableGoBackLocation(
[in] BOOL fCurrentCaretPos,
[in] long iBaseLine,
[in] long iBaseCol
);
Le paramètre d'fCurrentCaretPos vous permet d'obtenir l'emplacement du signe insertion actuel marqué au lieu de la ligne et de la colonne. Si fCurrentCaretPos est false, iBaseLine valide et iBaseCol sont requis.
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.