IVsProjectFlavorReferenceManager Interface

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("B42565FE-1FE7-418E-B3F0-CF56C5450E80")> _
Public Interface IVsProjectFlavorReferenceManager
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("B42565FE-1FE7-418E-B3F0-CF56C5450E80")]
public interface IVsProjectFlavorReferenceManager
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"B42565FE-1FE7-418E-B3F0-CF56C5450E80")]
public interface class IVsProjectFlavorReferenceManager
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("B42565FE-1FE7-418E-B3F0-CF56C5450E80")>]
type IVsProjectFlavorReferenceManager =  interface end
public interface IVsProjectFlavorReferenceManager

The IVsProjectFlavorReferenceManager type exposes the following members.

Methods

  Name Description
Public method ShowReferenceManager Allows the flavor to control a request to invoke the reference manager.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace