IVsReferenceManager.ShowReferenceManager 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.
Shows the Reference Manager.
public:
void ShowReferenceManager(Microsoft::VisualStudio::Shell::Interop::IVsReferenceManagerUser ^ pRefMgrUser, System::String ^ lpszDlgTitle, System::String ^ lpszHelpTopic, Guid guidDefaultProviderContext, bool fForceShowDefaultProvider);
public void ShowReferenceManager (Microsoft.VisualStudio.Shell.Interop.IVsReferenceManagerUser pRefMgrUser, string lpszDlgTitle, string lpszHelpTopic, Guid guidDefaultProviderContext, bool fForceShowDefaultProvider);
abstract member ShowReferenceManager : Microsoft.VisualStudio.Shell.Interop.IVsReferenceManagerUser * string * string * Guid * bool -> unit
Public Sub ShowReferenceManager (pRefMgrUser As IVsReferenceManagerUser, lpszDlgTitle As String, lpszHelpTopic As String, guidDefaultProviderContext As Guid, fForceShowDefaultProvider As Boolean)
Parameters
- pRefMgrUser
- IVsReferenceManagerUser
[in] The callback interface provided by the client.
- lpszDlgTitle
- String
[in] The dialog title.
- lpszHelpTopic
- String
[in] The dialog help topic.
- guidDefaultProviderContext
- Guid
[in] The GUID of the default provider context. Reference Manager uses the default if the last visible provider is not present in the current invocation of Reference Manager.
- fForceShowDefaultProvider
- Boolean
[in] Specifies whether to force showing the initial provider. If true
, the initial provider is shown.