SPWebApplication.QueryFeatures 方法 (SPFeatureScope, Boolean)
检索当前的 Web 应用程序中的所有功能,作用于站点或 Web 并有一个特定的needsUpgrade状态。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function QueryFeatures ( _
scope As SPFeatureScope, _
needsUpgrade As Boolean _
) As SPFeatureQueryResultCollection
用法
Dim instance As SPWebApplication
Dim scope As SPFeatureScope
Dim needsUpgrade As Boolean
Dim returnValue As SPFeatureQueryResultCollection
returnValue = instance.QueryFeatures(scope, _
needsUpgrade)
public SPFeatureQueryResultCollection QueryFeatures(
SPFeatureScope scope,
bool needsUpgrade
)
参数
scope
类型:Microsoft.SharePoint.SPFeatureScope要检索的功能范围。支持的范围仅限于网站和 Web。
needsUpgrade
类型:System.Booleantrue表示只需要升级的功能都包括在内 ;否则, false表示不需要升级的功能,还提供了。
返回值
类型:Microsoft.SharePoint.SPFeatureQueryResultCollection
返回一个SPFeatureQueryResultCollection对象,该对象表示以及指定的状态的给定范围内的所有功能。