IVsProjectFlavorReferenceManager Interface

Definition

Gives the flavor a way to control invocation and handling of the reference manager.

public interface class IVsProjectFlavorReferenceManager
public interface class IVsProjectFlavorReferenceManager
__interface IVsProjectFlavorReferenceManager
[System.Runtime.InteropServices.Guid("B42565FE-1FE7-418E-B3F0-CF56C5450E80")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectFlavorReferenceManager
[<System.Runtime.InteropServices.Guid("B42565FE-1FE7-418E-B3F0-CF56C5450E80")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectFlavorReferenceManager = interface
Public Interface IVsProjectFlavorReferenceManager
Attributes

Methods

ShowReferenceManager(IVsReferenceManager, IVsReferenceManagerUser, String, String, Guid, Boolean)

Allows the flavor to control a request to invoke the reference manager.

Applies to