IVsTextManager2.NavigateToPosition2 - метод
Пространство имен: Microsoft.VisualStudio.TextManager.Interop
Сборка: Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Синтаксис
'Декларация
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
Параметры
guidDocViewType
Тип: Guid%
iPos
Тип: Int32
iLen
Тип: Int32
grfIncludeViewFrameType
Тип: UInt32
Возвращаемое значение
Тип: Int32
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.TextManager.Interop - пространство имен