Share via


IVsReferenceManagerUser.ChangeReferences Method

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)

Syntax

'Declaration
Sub ChangeReferences ( _
    operation As UInteger, _
    changedContext As IVsReferenceProviderContext _
)
void ChangeReferences(
    uint operation,
    IVsReferenceProviderContext changedContext
)
void ChangeReferences(
    [InAttribute] unsigned int operation, 
    [InAttribute] IVsReferenceProviderContext^ changedContext
)
abstract ChangeReferences : 
        operation:uint32 * 
        changedContext:IVsReferenceProviderContext -> unit
function ChangeReferences(
    operation : uint, 
    changedContext : IVsReferenceProviderContext
)

Parameters

  • operation
    Type: System.UInt32

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

.NET Framework Security

See Also

Reference

IVsReferenceManagerUser Interface

Microsoft.VisualStudio.Shell.Interop Namespace