IVsReferenceManager::ShowReferenceManager Method (IVsReferenceManagerUser^, String^, String^, Guid, Boolean)

 

Shows the Reference Manager.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: