IVsReferenceManagerUser::ChangeReferences Method (UInt32, IVsReferenceProviderContext^)

 

Updates references that are modified by the user.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: