VsFinderClass.Init Method
Sets the find string.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function Init ( _
grfOptions As UInteger, _
pszFindPattern As String, _
fReinit As Integer, _
<OutAttribute> ByRef pResult As UInteger _
) As Integer
public virtual int Init(
uint grfOptions,
string pszFindPattern,
int fReinit,
out uint pResult
)
public:
virtual int Init(
[InAttribute] unsigned int grfOptions,
[InAttribute] String^ pszFindPattern,
[InAttribute] int fReinit,
[OutAttribute] unsigned int% pResult
)
abstract Init :
grfOptions:uint32 *
pszFindPattern:string *
fReinit:int *
pResult:uint32 byref -> int
override Init :
grfOptions:uint32 *
pszFindPattern:string *
fReinit:int *
pResult:uint32 byref -> int
public function Init(
grfOptions : uint,
pszFindPattern : String,
fReinit : int,
pResult : uint
) : int
Parameters
- grfOptions
Type: System.UInt32
[in] Flag containing find options. Values are taken from the __VSFINDOPTIONS enum.
- pszFindPattern
Type: System.String
[in] Pattern to search for.
- fReinit
Type: System.Int32
[in] true for a new pattern.
- pResult
Type: System.UInt32%
[out]
Return Value
Type: System.Int32
Implements
IVsFinder.Init(UInt32, String, Int32, UInt32%)
.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.