IVsReferenceManagerUser.ChangeReferences Method

Definition

Updates references that are modified by the user.

public:
 void ChangeReferences(unsigned int operation, Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext ^ changedContext);

Parameters

operation
UInt32

[in] Indicates whether the change operation is allowed or denied. If true, the change operation is allowed.

changedContext
IVsReferenceProviderContext

[in] The references to change.

Applies to