IVsProjectFlavorReferenceManager.ShowReferenceManager Method
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)
Syntax
'Declaration
Sub ShowReferenceManager ( _
pRefMgr As IVsReferenceManager, _
pRefMgrUser As IVsReferenceManagerUser, _
lpszDlgTitle As String, _
lpszHelpTopic As String, _
guidDefaultProviderContext As Guid, _
fForceShowDefaultProvider As Boolean _
)
void ShowReferenceManager(
IVsReferenceManager pRefMgr,
IVsReferenceManagerUser pRefMgrUser,
string lpszDlgTitle,
string lpszHelpTopic,
Guid guidDefaultProviderContext,
bool fForceShowDefaultProvider
)
void ShowReferenceManager(
[InAttribute] IVsReferenceManager^ pRefMgr,
[InAttribute] IVsReferenceManagerUser^ pRefMgrUser,
[InAttribute] String^ lpszDlgTitle,
[InAttribute] String^ lpszHelpTopic,
[InAttribute] Guid guidDefaultProviderContext,
[InAttribute] bool fForceShowDefaultProvider
)
abstract ShowReferenceManager :
pRefMgr:IVsReferenceManager *
pRefMgrUser:IVsReferenceManagerUser *
lpszDlgTitle:string *
lpszHelpTopic:string *
guidDefaultProviderContext:Guid *
fForceShowDefaultProvider:bool -> unit
function ShowReferenceManager(
pRefMgr : IVsReferenceManager,
pRefMgrUser : IVsReferenceManagerUser,
lpszDlgTitle : String,
lpszHelpTopic : String,
guidDefaultProviderContext : Guid,
fForceShowDefaultProvider : boolean
)
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: String[in] The dialog title.
lpszHelpTopic
Type: String[in] The help topic.
guidDefaultProviderContext
Type: 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: Boolean[in] Indicates whether to force showing the initial provider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.