Gets a collection of the features deployed in this site collection that have a specific definition identifier and a specific version.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function QueryFeatures ( _
featureId As Guid, _
featureVersion As Version _
) As SPFeatureQueryResultCollection
用法
Dim instance As SPSite
Dim featureId As Guid
Dim featureVersion As Version
Dim returnValue As SPFeatureQueryResultCollection
returnValue = instance.QueryFeatures(featureId, _
featureVersion)
public SPFeatureQueryResultCollection QueryFeatures(
Guid featureId,
Version featureVersion
)
参数
featureId
类型:System.GuidThe value of the DefinitionId property of an SPFeature object. Only features that have this definition identifier are included.
featureVersion
类型:System.VersionThe value of the Version property of an SPFeature object. Only features that have this version number are included.
返回值
类型:Microsoft.SharePoint.SPFeatureQueryResultCollection
An enumerable collection of SPFeature objects.