VSWebSite.References Property
Gets an AssemblyReferences object containing references to assemblies and projects for the current Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property References As AssemblyReferences
AssemblyReferences References { get; }
property AssemblyReferences^ References {
AssemblyReferences^ get ();
}
abstract References : AssemblyReferences with get
function get References () : AssemblyReferences
Property Value
Type: VsWebSite.AssemblyReferences
An AssemblyReferences object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.