IVsReferenceManagerUser.GetProviderContexts Method

Definition

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.

Applies to