IVsAssemblyReferenceProviderContext Interface

The context object used to initialize the assembly reference provider.

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("15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")> _
Public Interface IVsAssemblyReferenceProviderContext _
    Inherits IVsReferenceProviderContext
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")]
public interface IVsAssemblyReferenceProviderContext : IVsReferenceProviderContext
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")]
public interface class IVsAssemblyReferenceProviderContext : IVsReferenceProviderContext
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")>]
type IVsAssemblyReferenceProviderContext =  
    interface 
        interface IVsReferenceProviderContext 
    end
public interface IVsAssemblyReferenceProviderContext extends IVsReferenceProviderContext

The IVsAssemblyReferenceProviderContext type exposes the following members.

Properties

  Name Description
Public property AssemblySearchPaths Gets or sets the paths to search for extension assemblies, which may include registry paths in the MSBuild-normal form.
Public property IsImplicitlyReferenced Gets or sets whether the assembly is referenced implicitly.
Public property ProviderGuid
Public property ReferenceFilterPaths
Public property References
Public property RetargetingMessage Gets or sets the message to display during retargeting.
Public property SupportsRetargeting Gets or sets whether the assembly supports retargeting.
Public property Tabs Specifies the set of tabs to show. Defaults to all tabs.
Public property TargetFrameworkMoniker Gets or sets the target framework moniker, for example ".NETFramework, version=4.5".

Top

Methods

  Name Description
Public method AddReference
Public method CreateReference
Public method GetNoItemsMessageForTab Retrieves the custom no items message for a particular tab.
Public method GetTabTitle Retrieves the tab title for each tab.
Public method SetNoItemsMessageForTab Sets the custom no items message for the specified tab.
Public method SetTabTitle Sets the tab title for each tab.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace