Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
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: UInt32Not 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: 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.