IVsFindTarget.GetSearchImage 方法
傳回環境要搜尋的文字影像。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
語法
'宣告
Function GetSearchImage ( _
grfOptions As UInteger, _
<OutAttribute> ppSpans As IVsTextSpanSet(), _
<OutAttribute> ByRef ppTextImage As IVsTextImage _
) As Integer
int GetSearchImage(
uint grfOptions,
IVsTextSpanSet[] ppSpans,
out IVsTextImage ppTextImage
)
int GetSearchImage(
[InAttribute] unsigned int grfOptions,
[OutAttribute] array<IVsTextSpanSet^>^ ppSpans,
[OutAttribute] IVsTextImage^% ppTextImage
)
abstract GetSearchImage :
grfOptions:uint32 *
ppSpans:IVsTextSpanSet[] byref *
ppTextImage:IVsTextImage byref -> int
function GetSearchImage(
grfOptions : uint,
ppSpans : IVsTextSpanSet[],
ppTextImage : IVsTextImage
) : int
參數
grfOptions
類型:UInt32[in]指定到 和 取代選項。 如需值的清單,請參閱__VSFINDOPTIONS。
ppSpans
類型:array<Microsoft.VisualStudio.TextManager.Interop.IVsTextSpanSet[][] out指標IVsTextSpanSet介面。
- ppTextImage
類型:Microsoft.VisualStudio.TextManager.Interop.IVsTextImage%
傳回值
類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。
備註
COM 簽章
從 textmgr.idl:
HRESULT IVsFindTarget::GetSearchImage(
[in] VSFINDOPTIONS grfOptions,
[out, custom(DE89D360-C06A-11d2-936C-D714766E8B50,"optional")] IVsTextSpanSet ** ppSpans
);
若要支援搜尋,您必須實作其中一個GetSearchImage或Find和Replace。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。