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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("15FE7E6B-8CAE-446D-8D54-4F73C08ED8C0")]
[TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)]
public interface IVsAssemblyReferenceProviderContext : IVsReferenceProviderContext

NameDescription
System_CAPS_pubpropertyAssemblySearchPaths

Gets or sets the paths to search for extension assemblies, which may include registry paths in the MSBuild-normal form.

System_CAPS_pubpropertyIsImplicitlyReferenced

Gets or sets whether the assembly is referenced implicitly.

System_CAPS_pubpropertyProviderGuid

System_CAPS_pubpropertyReferenceFilterPaths

System_CAPS_pubpropertyReferences

System_CAPS_pubpropertyRetargetingMessage

Gets or sets the message to display during retargeting.

System_CAPS_pubpropertySupportsRetargeting

Gets or sets whether the assembly supports retargeting.

System_CAPS_pubpropertyTabs

Specifies the set of tabs to show. Defaults to all tabs.

System_CAPS_pubpropertyTargetFrameworkMoniker

Gets or sets the target framework moniker, for example ".NETFramework, version=4.5".

NameDescription
System_CAPS_pubmethodAddReference(IVsReference)

System_CAPS_pubmethodCreateReference()

System_CAPS_pubmethodGetNoItemsMessageForTab(UInt32)

Retrieves the custom no items message for a particular tab.

System_CAPS_pubmethodGetTabTitle(UInt32)

Retrieves the tab title for each tab.

System_CAPS_pubmethodSetNoItemsMessageForTab(UInt32, String)

Sets the custom no items message for the specified tab.

System_CAPS_pubmethodSetTabTitle(UInt32, String)

Sets the tab title for each tab.

Return to top
Show: