IVsAssemblyReferenceProviderContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The context object used to initialize the assembly reference provider.
public interface class IVsAssemblyReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
public interface class IVsAssemblyReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
__interface IVsAssemblyReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IVsAssemblyReferenceProviderContext : Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAssemblyReferenceProviderContext : Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IVsAssemblyReferenceProviderContext = interface
interface IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAssemblyReferenceProviderContext = interface
interface IVsReferenceProviderContext
Public Interface IVsAssemblyReferenceProviderContext
Implements IVsReferenceProviderContext
- Attributes
- Implements
Properties
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". |
Methods
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. |