Share via


VSWebSite.References Property

Definition

Gets an AssemblyReferences object containing references to assemblies and projects for the current Web site.

public:
 property VsWebSite::AssemblyReferences ^ References { VsWebSite::AssemblyReferences ^ get(); };
[System.Runtime.InteropServices.DispId(10)]
public VsWebSite.AssemblyReferences References { [System.Runtime.InteropServices.DispId(10)] get; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
member this.References : VsWebSite.AssemblyReferences
Public ReadOnly Property References As AssemblyReferences

Property Value

An AssemblyReferences object.

Attributes

Applies to