IVsTextManager2.NavigateToPosition2, méthode
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 NavigateToPosition2 ( _
pBuffer As IVsTextBuffer, _
ByRef guidDocViewType As Guid, _
iPos As Integer, _
iLen As Integer, _
grfIncludeViewFrameType As UInteger _
) As Integer
int NavigateToPosition2(
IVsTextBuffer pBuffer,
ref Guid guidDocViewType,
int iPos,
int iLen,
uint grfIncludeViewFrameType
)
int NavigateToPosition2(
[InAttribute] IVsTextBuffer^ pBuffer,
[InAttribute] Guid% guidDocViewType,
[InAttribute] int iPos,
[InAttribute] int iLen,
[InAttribute] unsigned int grfIncludeViewFrameType
)
abstract NavigateToPosition2 :
pBuffer:IVsTextBuffer *
guidDocViewType:Guid byref *
iPos:int *
iLen:int *
grfIncludeViewFrameType:uint32 -> int
function NavigateToPosition2(
pBuffer : IVsTextBuffer,
guidDocViewType : Guid,
iPos : int,
iLen : int,
grfIncludeViewFrameType : uint
) : int
Paramètres
pBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer
guidDocViewType
Type : Guid%
iPos
Type : Int32
iLen
Type : Int32
grfIncludeViewFrameType
Type : UInt32
Valeur de retour
Type : Int32
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.