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
pRefMgrUser
Type: Microsoft.VisualStudio.Shell.Interop.IVsReferenceManagerUser[in] The callback interface provided by the client.
lpszDlgTitle
Type: String[in] The dialog title.
lpszHelpTopic
Type: String[in] The dialog help topic.
guidDefaultProviderContext
Type: 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: Boolean[in] Specifies whether to force showing the initial provider. If true, the initial provider is shown.
.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.