IDatabaseReferenceNavigator.AllReferringProjectReferences Property
Gets a list of database project-type reference nodes that refer to this 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 AllReferringProjectReferences As IList(Of IDatabaseReferenceNode)
IList<IDatabaseReferenceNode> AllReferringProjectReferences { get; }
property IList<IDatabaseReferenceNode^>^ AllReferringProjectReferences {
IList<IDatabaseReferenceNode^>^ get ();
}
abstract AllReferringProjectReferences : IList<IDatabaseReferenceNode>
function get AllReferringProjectReferences () : IList<IDatabaseReferenceNode>
Property Value
Type: System.Collections.Generic.IList<IDatabaseReferenceNode>
All reference nodes in the current solution that refer to this project.
Remarks
The list of returned IDatabaseReferenceNode objects are not from the project within which this navigator resides.
.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
IDatabaseReferenceNavigator Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace