命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。