If the features have been loaded for the site, this will return them. If they have not yet been loaded, this call will return null (and will not have any round trip incurred)
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetFeaturesIfLoaded As SPFeatureCollection
用法
Dim instance As SPSite
Dim returnValue As SPFeatureCollection
returnValue = instance.GetFeaturesIfLoaded()
public SPFeatureCollection GetFeaturesIfLoaded()
返回值
类型:Microsoft.SharePoint.SPFeatureCollection
A collection of T:Microsoft.SharePoint.SPFeatureCollection objects.