Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information about Visual Studio assembly references.
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("B62A68C9-EA0A-4AD1-B7E5-80280798A41E")> _
Public Interface IVsAssemblyReference _
    Inherits IVsReference
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("B62A68C9-EA0A-4AD1-B7E5-80280798A41E")]
public interface IVsAssemblyReference : IVsReference
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"B62A68C9-EA0A-4AD1-B7E5-80280798A41E")]
public interface class IVsAssemblyReference : IVsReference
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("B62A68C9-EA0A-4AD1-B7E5-80280798A41E")>]
type IVsAssemblyReference =  
    interface 
        interface IVsReference 
    end
public interface IVsAssemblyReference extends IVsReference
The IVsAssemblyReference type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AlreadyReferenced | |
| .gif) | FullPath | |
| .gif) | Name | 
Top