IDatabaseProjectNode.GetProjectFeatures<T> 方法

返回支持此接口的项目功能的列表。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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 不支持泛型类型或方法。

类型参数

  • T

返回值

类型:System.Collections.Generic.IList<T>
实现接口“T”的项目功能的列表

.NET Framework 安全性

请参见

参考

IDatabaseProjectNode 接口

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间