IVsProjectFlavorReferenceManager.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.
Allows the flavor to control a request to invoke the reference manager.
public:
void ShowReferenceManager(Microsoft::VisualStudio::Shell::Interop::IVsReferenceManager ^ pRefMgr, Microsoft::VisualStudio::Shell::Interop::IVsReferenceManagerUser ^ pRefMgrUser, System::String ^ lpszDlgTitle, System::String ^ lpszHelpTopic, Guid guidDefaultProviderContext, bool fForceShowDefaultProvider);
public void ShowReferenceManager (Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager pRefMgr, Microsoft.VisualStudio.Shell.Interop.IVsReferenceManagerUser pRefMgrUser, string lpszDlgTitle, string lpszHelpTopic, Guid guidDefaultProviderContext, bool fForceShowDefaultProvider);
abstract member ShowReferenceManager : Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager * Microsoft.VisualStudio.Shell.Interop.IVsReferenceManagerUser * string * string * Guid * bool -> unit
Public Sub ShowReferenceManager (pRefMgr As IVsReferenceManager, pRefMgrUser As IVsReferenceManagerUser, lpszDlgTitle As String, lpszHelpTopic As String, guidDefaultProviderContext As Guid, fForceShowDefaultProvider As Boolean)
Parameters
- pRefMgr
- IVsReferenceManager
[in] The reference manager instance that should be invoked.
- pRefMgrUser
- IVsReferenceManagerUser
[in] The reference manager user that can handle reference callbacks.
- lpszDlgTitle
- String
[in] The dialog title.
- lpszHelpTopic
- String
[in] The help topic.
- guidDefaultProviderContext
- Guid
[in] The GUID of the default provider context. Reference manager uses the default provider context if the last visible provider is not present in the current invocation of reference manager.
- fForceShowDefaultProvider
- Boolean
[in] Indicates whether to force showing the initial provider.