IVsObjectList2.ShowHelp(UInt32) Method

Definition

Allows the list to display help for the given list item.

C++/CX
public:
 int ShowHelp(unsigned int index);

Parameters

index
UInt32

[in] Specifies the index of the list item of interest.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT IVsObjectList2::ShowHelp(  
   [in] ULONG Index  
);  

Most implementers should return E_NOTIMPL from this method and rely on the environment to provide help topics on the selected symbol. This method is provided, however, if the components your library is browsing have non-standard help, such as needing an external viewer.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022