IDatabaseProjectNode.GetProjectFeatures<T> Method
Returns a list of project features that support this interface.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function GetProjectFeatures(Of T As Class) As IList(Of T)
IList<T> GetProjectFeatures<T>()
where T : class
generic<typename T>
where T : ref class
IList<T>^ GetProjectFeatures()
abstract GetProjectFeatures : unit -> IList<'T> when 'T : not struct
JScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type: System.Collections.Generic.IList<T>
A list of project features that implement the interface "T"
.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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace