Share via


IVsReferenceManagerUser.GetProviderContexts Method

Retrieves the set of IVsReferenceProviderContext objects describing the kinds of references to be managed by 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
Function GetProviderContexts As Array
Array GetProviderContexts()
Array^ GetProviderContexts()
abstract GetProviderContexts : unit -> Array
function GetProviderContexts() : Array

Return Value

Type: Array
The objects describing the kinds of references to be managed.

Remarks

The order of the provider tabs is the same as the order in the array. Reference Manager can call this method multiple times to refresh the state of the dialog.

.NET Framework Security

See Also

Reference

IVsReferenceManagerUser Interface

Microsoft.VisualStudio.Shell.Interop Namespace