AssemblyReference Interface

Represents an assembly reference used by the Web site.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
<GuidAttribute("229F3491-6E60-4E50-90E5-7DB14B0DC004")> _
Public Interface AssemblyReference
[GuidAttribute("229F3491-6E60-4E50-90E5-7DB14B0DC004")]
public interface AssemblyReference
[GuidAttribute(L"229F3491-6E60-4E50-90E5-7DB14B0DC004")]
public interface class AssemblyReference
[<GuidAttribute("229F3491-6E60-4E50-90E5-7DB14B0DC004")>]
type AssemblyReference =  interface end
public interface AssemblyReference

The AssemblyReference type exposes the following members.

Properties

  Name Description
Public property ContainingProject Gets a reference to the project in the DTE object that contains this Web service.
Public property DTE Gets a reference to the DTE2 object that contains the project containing this Web service.
Public property FullPath Gets the full local path to the assembly.
Public property Name Gets the assembly name for the reference.
Public property ReferencedProject Gets a reference to the project in the DTE object that references this Web service.
Public property ReferenceKind Gets the type of the assembly reference.
Public property StrongName Gets the strong name for the assembly.

Top

Methods

  Name Description
Public method Remove Removes this assembly reference from the Web site.

Top

See Also

Reference

VsWebSite Namespace

VSWebSite