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: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.