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

 

Allows the flavor to control a request to invoke 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(
	IVsReferenceManager^ pRefMgr,
	IVsReferenceManagerUser^ pRefMgrUser,
	String^ lpszDlgTitle,
	String^ lpszHelpTopic,
	Guid guidDefaultProviderContext,
	bool fForceShowDefaultProvider
)

Parameters

pRefMgr
Type: Microsoft.VisualStudio.Shell.Interop::IVsReferenceManager^

[in] The reference manager instance that should be invoked.

pRefMgrUser
Type: Microsoft.VisualStudio.Shell.Interop::IVsReferenceManagerUser^

[in] The reference manager user that can handle reference callbacks.

lpszDlgTitle
Type: System::String^

[in] The dialog title.

lpszHelpTopic
Type: System::String^

[in] The help topic.

guidDefaultProviderContext
Type: System::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
Type: System::Boolean

[in] Indicates whether to force showing the initial provider.

Return to top
Show: