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
AssemblyReferences References { get; }
property AssemblyReferences^ References {
AssemblyReferences^ get();
}
abstract References : AssemblyReferences with get
ReadOnly Property References As AssemblyReferences
Property Value
Type: VsWebSite.AssemblyReferences
An AssemblyReferences object.
See Also
EnvDTE
AssemblyReferences
VSWebSite Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top