Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Remove | Removes this assembly reference from the Web site. |
Top