IVsReferenceManagerUser.GetProviderContexts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the set of IVsReferenceProviderContext objects describing the kinds of references to be managed by the Reference Manager.
public:
Array ^ GetProviderContexts();
public Array GetProviderContexts ();
abstract member GetProviderContexts : unit -> Array
Public Function GetProviderContexts () As Array
Returns
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.