Share via


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

  • 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.

.NET Framework Security

See Also

Reference

IVsProjectFlavorReferenceManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace