Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Function GetSearchImage ( _
grfOptions As UInteger, _
ppSpans As IVsTextSpanSet(), _
<OutAttribute> ByRef ppTextImage As IVsTextImage _
) As Integer
'使用
Dim instance As DiagramDocView
Dim grfOptions As UInteger
Dim ppSpans As IVsTextSpanSet()
Dim ppTextImage As IVsTextImage
Dim returnValue As Integer
returnValue = instance.GetSearchImage(grfOptions, _
ppSpans, ppTextImage)
public int GetSearchImage(
uint grfOptions,
IVsTextSpanSet[] ppSpans,
out IVsTextImage ppTextImage
)
public:
virtual int GetSearchImage(
unsigned int grfOptions,
array<IVsTextSpanSet^>^ ppSpans,
[OutAttribute] IVsTextImage^% ppTextImage
) sealed
public final function GetSearchImage(
grfOptions : uint,
ppSpans : IVsTextSpanSet[],
ppTextImage : IVsTextImage
) : int
Parameters
grfOptions
Type: System.UInt32Not currently implemented.
ppSpans
Type: []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, [], IVsTextImage%)
Permissions
- 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.