IVsAssemblyReference Interface

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
Public property AlreadyReferenced
Public property FullPath
Public property Name

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace