DiagramDocView.Find(String, UInt32, Int32, IVsFindHelper, UInt32) Method

Definition

Not implemented.

public:
 virtual int Find(System::String ^ pszSearch, System::UInt32 grfOptions, int fResetStartPoint, Microsoft::VisualStudio::TextManager::Interop::IVsFindHelper ^ pHelper, [Runtime::InteropServices::Out] System::UInt32 % pResult);
public int Find (string pszSearch, uint grfOptions, int fResetStartPoint, Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper pHelper, out uint pResult);
abstract member Find : string * uint32 * int * Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper * uint32 -> int
override this.Find : string * uint32 * int * Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper * uint32 -> int
Public Function Find (pszSearch As String, grfOptions As UInteger, fResetStartPoint As Integer, pHelper As IVsFindHelper, ByRef pResult As UInteger) As Integer

Parameters

pszSearch
String
grfOptions
UInt32
fResetStartPoint
Int32
pHelper
IVsFindHelper
pResult
UInt32

Returns

Implements

Applies to