IVsReferenceManager::ShowReferenceManager Method (IVsReferenceManagerUser^, String^, String^, Guid, Boolean)
Visual Studio 2015
Shows the Reference Manager.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void ShowReferenceManager( IVsReferenceManagerUser^ pRefMgrUser, String^ lpszDlgTitle, String^ lpszHelpTopic, Guid guidDefaultProviderContext, bool fForceShowDefaultProvider )
Parameters
- pRefMgrUser
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsReferenceManagerUser^
[in] The callback interface provided by the client.
- lpszDlgTitle
-
Type:
System::String^
[in] The dialog title.
- lpszHelpTopic
-
Type:
System::String^
[in] The dialog help topic.
- guidDefaultProviderContext
-
Type:
System::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
-
Type:
System::Boolean
[in] Specifies whether to force showing the initial provider. If true, the initial provider is shown.
Show: