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)

Array^ GetProviderContexts()

Return Value

Type: System::Array^

The objects describing the kinds of references to be managed.

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.

Return to top
Show: