Compartilhar via


IVsHelpSystem.FullTextSearchDlg Method

Definition

Overloads

FullTextSearchDlg(String, IntPtr, IntPtr)
FullTextSearchDlg(String, UInt32, UInt32)

Displays the full text search dialog.

FullTextSearchDlg(String, IntPtr, IntPtr)

public:
 int FullTextSearchDlg(System::String ^ pszQuery, IntPtr dwFlags, IntPtr dwReserved);
public int FullTextSearchDlg (string pszQuery, IntPtr dwFlags, IntPtr dwReserved);
abstract member FullTextSearchDlg : string * nativeint * nativeint -> int
Public Function FullTextSearchDlg (pszQuery As String, dwFlags As IntPtr, dwReserved As IntPtr) As Integer

Parameters

pszQuery
String
dwFlags
IntPtr

nativeint

dwReserved
IntPtr

nativeint

Returns

Applies to

FullTextSearchDlg(String, UInt32, UInt32)

Displays the full text search dialog.

public:
 int FullTextSearchDlg(System::String ^ pszQuery, System::UInt32 dwFlags, System::UInt32 dwReserved);
public:
 int FullTextSearchDlg(Platform::String ^ pszQuery, unsigned int dwFlags, unsigned int dwReserved);
int FullTextSearchDlg(std::wstring const & pszQuery, unsigned int dwFlags, unsigned int dwReserved);
public int FullTextSearchDlg (string pszQuery, uint dwFlags, uint dwReserved);
abstract member FullTextSearchDlg : string * uint32 * uint32 -> int
Public Function FullTextSearchDlg (pszQuery As String, dwFlags As UInteger, dwReserved As UInteger) As Integer

Parameters

pszQuery
String

[in] Pointer to a string containing the query.

dwFlags
UInt32

[in] Bit flags specifying Help options. Constructed from values in the VHS_COMMAND enumeration and the HTML Help commands.

dwReserved
UInt32

[in] Reserved. Do not use.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to