AssemblyReferenceType Enumeration

 

Specifies an AssemblyReference object.

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

Syntax

[GuidAttribute("0F2BB482-5EDE-45A8-979D-13700E2B2520")]
public enum AssemblyReferenceType
[GuidAttribute("0F2BB482-5EDE-45A8-979D-13700E2B2520")]
public enum class AssemblyReferenceType
[<GuidAttribute("0F2BB482-5EDE-45A8-979D-13700E2B2520")>]
type AssemblyReferenceType
<GuidAttribute("0F2BB482-5EDE-45A8-979D-13700E2B2520")>
Public Enumeration AssemblyReferenceType

Members

Member name Description
AssemblyReferenceBin

The AssemblyReference instance is from the Bin folder of the project.

AssemblyReferenceClientProject

The AssemblyReference instance is a reference to another project in the solution.

AssemblyReferenceConfig

The AssemblyReference instance is from the Machine.config file.

See Also

VSWebSite
VsWebSite Namespace

Return to top