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.
Gets a list of all references for the associated project.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property References As IList(Of IDatabaseReferenceNode)
IList<IDatabaseReferenceNode> References { get; }
property IList<IDatabaseReferenceNode^>^ References {
IList<IDatabaseReferenceNode^>^ get ();
}
abstract References : IList<IDatabaseReferenceNode>
function get References () : IList<IDatabaseReferenceNode>
Property Value
Type: System.Collections.Generic.IList<IDatabaseReferenceNode>
.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.
See Also
Reference
IDatabaseReferenceContainer Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace