Share via


IVsReferenceManager.ShowReferenceManager Method

Shows 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 ( _
    pRefMgrUser As IVsReferenceManagerUser, _
    lpszDlgTitle As String, _
    lpszHelpTopic As String, _
    guidDefaultProviderContext As Guid, _
    fForceShowDefaultProvider As Boolean _
)
void ShowReferenceManager(
    IVsReferenceManagerUser pRefMgrUser,
    string lpszDlgTitle,
    string lpszHelpTopic,
    Guid guidDefaultProviderContext,
    bool fForceShowDefaultProvider
)
void ShowReferenceManager(
    [InAttribute] IVsReferenceManagerUser^ pRefMgrUser, 
    [InAttribute] String^ lpszDlgTitle, 
    [InAttribute] String^ lpszHelpTopic, 
    [InAttribute] Guid guidDefaultProviderContext, 
    [InAttribute] bool fForceShowDefaultProvider
)
abstract ShowReferenceManager : 
        pRefMgrUser:IVsReferenceManagerUser * 
        lpszDlgTitle:string * 
        lpszHelpTopic:string * 
        guidDefaultProviderContext:Guid * 
        fForceShowDefaultProvider:bool -> unit
function ShowReferenceManager(
    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 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.

.NET Framework Security

See Also

Reference

IVsReferenceManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace