IVsIntellisenseHost.SetSubjectSelection 方法
設定相對於文字的 IntelliSense 作業選取範圍。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop.8.0 (在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)
語法
'宣告
Function SetSubjectSelection ( _
iAnchorIndex As Integer, _
iEndIndex As Integer _
) As Integer
int SetSubjectSelection(
int iAnchorIndex,
int iEndIndex
)
int SetSubjectSelection(
[InAttribute] int iAnchorIndex,
[InAttribute] int iEndIndex
)
abstract SetSubjectSelection :
iAnchorIndex:int *
iEndIndex:int -> int
function SetSubjectSelection(
iAnchorIndex : int,
iEndIndex : int
) : int
參數
iAnchorIndex
類型:Int32[in]啟動定義主體文字選取範圍的文字範圍的索引編號。
iEndIndex
類型:Int32[in]定義主體文字選取範圍的文字範圍的結束索引編號。
傳回值
類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。
備註
C++
從 singlefileeditor.idl:
HRESULT IVsIntellisenseHost::SetSubjectSelection([in] long iAnchorIndex, [in] long iEndIndex);
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。