Share via


AssemblyReference Interface

Definition

Represents an assembly reference used by the Web site.

public interface class AssemblyReference
[System.Runtime.InteropServices.Guid("229F3491-6E60-4E50-90E5-7DB14B0DC004")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface AssemblyReference
[<System.Runtime.InteropServices.Guid("229F3491-6E60-4E50-90E5-7DB14B0DC004")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type AssemblyReference = interface
Public Interface AssemblyReference
Attributes

Properties

ContainingProject

Gets a reference to the project in the DTE object that contains this Web service.

DTE

Gets a reference to the DTE2 object that contains the project containing this Web service.

FullPath

Gets the full local path to the assembly.

Name

Gets the assembly name for the reference.

ReferencedProject

Gets a reference to the project in the DTE object that references this Web service.

ReferenceKind

Gets the type of the assembly reference.

StrongName

Gets the strong name for the assembly.

Methods

Remove()

Removes this assembly reference from the Web site.

Applies to