IVsReferenceManagerUser::ChangeReferences Method (UInt32, IVsReferenceProviderContext^)
Visual Studio 2015
Updates references that are modified by the user.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void ChangeReferences( unsigned int operation, IVsReferenceProviderContext^ changedContext )
Parameters
- operation
-
Type:
System::UInt32
[in] Indicates whether the change operation is allowed or denied. If true, the change operation is allowed.
- changedContext
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsReferenceProviderContext^
[in] The references to change.
Show: