IVsTextView.RestrictViewRange 方法
未提供方法資訊。 未實作方法。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
語法
'宣告
Function RestrictViewRange ( _
iMinLine As Integer, _
iMaxLine As Integer, _
pClient As IVsViewRangeClient _
) As Integer
int RestrictViewRange(
int iMinLine,
int iMaxLine,
IVsViewRangeClient pClient
)
int RestrictViewRange(
[InAttribute] int iMinLine,
[InAttribute] int iMaxLine,
[InAttribute] IVsViewRangeClient^ pClient
)
abstract RestrictViewRange :
iMinLine:int *
iMaxLine:int *
pClient:IVsViewRangeClient -> int
function RestrictViewRange(
iMinLine : int,
iMaxLine : int,
pClient : IVsViewRangeClient
) : int
參數
iMinLine
類型:Int32
iMaxLine
類型:Int32
傳回值
類型:Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。