共用方式為


IVsFindTarget.MarkSpan 方法

反白顯示的指定的文字範圍。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
Function MarkSpan ( _
    pts As TextSpan() _
) As Integer
int MarkSpan(
    TextSpan[] pts
)
int MarkSpan(
    [InAttribute] array<TextSpan>^ pts
)
abstract MarkSpan : 
        pts:TextSpan[] -> int
function MarkSpan(
    pts : TextSpan[]
) : int

參數

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

備註

COM 簽章

從 textmgr.idl:

HRESULT IVsFindTarget::MarkSpan(
   [in] const TextSpan * pts
);

藉由呼叫所有的標記最應用於非影像的目標, Find值為FR_MarkAll指定的rgfOptions參數。 影像為目標支援標記所有支援MarkSpan方法。

.NET Framework 安全性

請參閱

參考

IVsFindTarget 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間