AssemblyReference Interface

 

Represents an assembly reference used by the Web site.

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

Syntax

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

Properties

Name Description
System_CAPS_pubproperty ContainingProject

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

System_CAPS_pubproperty DTE

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

System_CAPS_pubproperty FullPath

Gets the full local path to the assembly.

System_CAPS_pubproperty Name

Gets the assembly name for the reference.

System_CAPS_pubproperty ReferencedProject

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

System_CAPS_pubproperty ReferenceKind

Gets the type of the assembly reference.

System_CAPS_pubproperty StrongName

Gets the strong name for the assembly.

Methods

Name Description
System_CAPS_pubmethod Remove()

Removes this assembly reference from the Web site.

See Also

VSWebSite
VsWebSite Namespace

Return to top