AssemblyReference Interface

 

Represents an assembly reference used by the Web site.

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

[GuidAttribute("229F3491-6E60-4E50-90E5-7DB14B0DC004")]
public interface class AssemblyReference

NameDescription
System_CAPS_pubpropertyContainingProject

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

System_CAPS_pubpropertyDTE

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

System_CAPS_pubpropertyFullPath

Gets the full local path to the assembly.

System_CAPS_pubpropertyName

Gets the assembly name for the reference.

System_CAPS_pubpropertyReferencedProject

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

System_CAPS_pubpropertyReferenceKind

Gets the type of the assembly reference.

System_CAPS_pubpropertyStrongName

Gets the strong name for the assembly.

NameDescription
System_CAPS_pubmethodRemove()

Removes this assembly reference from the Web site.

Return to top
Show: