IVsCanCoordinatorClipTextSpan.ShouldClipSpanToValidSpanInSecondaryBuffer - метод
Пространство имен: Microsoft.VisualStudio.TextManager.Interop
Сборка: Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Синтаксис
'Декларация
Function ShouldClipSpanToValidSpanInSecondaryBuffer ( _
pPrimaryBuffer As IVsTextLines, _
pSecondaryBuffer As IVsTextLines, _
ptsTextSpanInPrimaryBuffer As TextSpan(), _
<OutAttribute> ByRef pfShouldClipTextSpan As Integer _
) As Integer
int ShouldClipSpanToValidSpanInSecondaryBuffer(
IVsTextLines pPrimaryBuffer,
IVsTextLines pSecondaryBuffer,
TextSpan[] ptsTextSpanInPrimaryBuffer,
out int pfShouldClipTextSpan
)
int ShouldClipSpanToValidSpanInSecondaryBuffer(
[InAttribute] IVsTextLines^ pPrimaryBuffer,
[InAttribute] IVsTextLines^ pSecondaryBuffer,
[InAttribute] array<TextSpan>^ ptsTextSpanInPrimaryBuffer,
[OutAttribute] int% pfShouldClipTextSpan
)
abstract ShouldClipSpanToValidSpanInSecondaryBuffer :
pPrimaryBuffer:IVsTextLines *
pSecondaryBuffer:IVsTextLines *
ptsTextSpanInPrimaryBuffer:TextSpan[] *
pfShouldClipTextSpan:int byref -> int
function ShouldClipSpanToValidSpanInSecondaryBuffer(
pPrimaryBuffer : IVsTextLines,
pSecondaryBuffer : IVsTextLines,
ptsTextSpanInPrimaryBuffer : TextSpan[],
pfShouldClipTextSpan : int
) : int
Параметры
- pPrimaryBuffer
Тип: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
- pSecondaryBuffer
Тип: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
- ptsTextSpanInPrimaryBuffer
Тип: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
- pfShouldClipTextSpan
Тип: Int32%
Возвращаемое значение
Тип: Int32
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
IVsCanCoordinatorClipTextSpan Интерфейс
Microsoft.VisualStudio.TextManager.Interop - пространство имен