Not currently implemented.
Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
声明
Public Function GetSearchImage ( _
    grfOptions As UInteger, _
    ppSpans As IVsTextSpanSet(), _
    <OutAttribute> ByRef ppTextImage As IVsTextImage _
) As Integer
public int GetSearchImage(
    uint grfOptions,
    IVsTextSpanSet[] ppSpans,
    out IVsTextImage ppTextImage
)
public:
virtual int GetSearchImage(
    unsigned int grfOptions, 
    array<IVsTextSpanSet^>^ ppSpans, 
    [OutAttribute] IVsTextImage^% ppTextImage
) sealed
abstract GetSearchImage : 
        grfOptions:uint32 * 
        ppSpans:IVsTextSpanSet[] * 
        ppTextImage:IVsTextImage byref -> int 
override GetSearchImage : 
        grfOptions:uint32 * 
        ppSpans:IVsTextSpanSet[] * 
        ppTextImage:IVsTextImage byref -> int 
public final function GetSearchImage(
    grfOptions : uint, 
    ppSpans : IVsTextSpanSet[], 
    ppTextImage : IVsTextImage
) : int
Parameters
- grfOptions
 Type: System.UInt32
 Not currently implemented.
- ppSpans
 Type: array<Microsoft.VisualStudio.TextManager.Interop.IVsTextSpanSet[]
 Not currently implemented.
- ppTextImage
 Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextImage%
 Not currently implemented.
Return Value
Type: System.Int32
Not currently implemented.
Implements
IVsFindTarget.GetSearchImage(UInt32, array<IVsTextSpanSet[], IVsTextImage%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.