DExploreAppObjClass.SyncIndex(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Use SyncIndex(String, Int32) instead.
public:
virtual void SyncIndex(System::String ^ bstrKeyword, int fShow) = Microsoft::VisualStudio::VSHelp::Help::SyncIndex;
public:
virtual void SyncIndex(Platform::String ^ bstrKeyword, int fShow) = Microsoft::VisualStudio::VSHelp::Help::SyncIndex;
virtual void SyncIndex(std::wstring const & bstrKeyword, int fShow);
[System.Runtime.InteropServices.DispId(19)]
public virtual void SyncIndex (string bstrKeyword, int fShow);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SyncIndex : string * int -> unit
override this.SyncIndex : string * int -> unit
Public Overridable Sub SyncIndex (bstrKeyword As String, fShow As Integer)
Parameters
- bstrKeyword
- String
A string containing the K-keyword.
- fShow
- Int32
Set to force the Index window to open.
Implements
- Attributes