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 | |
---|---|---|
AssemblySearchPaths | Gets or sets the paths to search for extension assemblies, which may include registry paths in the MSBuild-normal form. | |
IsImplicitlyReferenced | Gets or sets whether the assembly is referenced implicitly. | |
ProviderGuid | ||
ReferenceFilterPaths | ||
References | ||
RetargetingMessage | Gets or sets the message to display during retargeting. | |
SupportsRetargeting | Gets or sets whether the assembly supports retargeting. | |
Tabs | Specifies the set of tabs to show. Defaults to all tabs. | |
TargetFrameworkMoniker | Gets or sets the target framework moniker, for example ".NETFramework, version=4.5". |
Top
Methods
Name | Description | |
---|---|---|
AddReference | ||
CreateReference | ||
GetNoItemsMessageForTab | Retrieves the custom no items message for a particular tab. | |
GetTabTitle | Retrieves the tab title for each tab. | |
SetNoItemsMessageForTab | Sets the custom no items message for the specified tab. | |
SetTabTitle | Sets the tab title for each tab. |
Top