IVsAssemblyReferenceProviderContext Interface
Visual Studio 2015
The context object used to initialize the assembly reference provider.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| 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". |
| Name | Description | |
|---|---|---|
![]() | AddReference(IVsReference) | |
![]() | CreateReference() | |
![]() | GetNoItemsMessageForTab(UInt32) | Retrieves the custom no items message for a particular tab. |
![]() | GetTabTitle(UInt32) | Retrieves the tab title for each tab. |
![]() | SetNoItemsMessageForTab(UInt32, String) | Sets the custom no items message for the specified tab. |
![]() | SetTabTitle(UInt32, String) | Sets the tab title for each tab. |
Show:

