IVsReferenceManagerUser.ChangeReferences 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.
Updates references that are modified by the user.
public:
void ChangeReferences(System::UInt32 operation, Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext ^ changedContext);
public:
void ChangeReferences(unsigned int operation, Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext ^ changedContext);
void ChangeReferences(unsigned int operation, Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext const & changedContext);
public void ChangeReferences (uint operation, Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext changedContext);
abstract member ChangeReferences : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext -> unit
Public Sub ChangeReferences (operation As UInteger, changedContext As IVsReferenceProviderContext)
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.