SPWebService.QueryFeaturesInAllWebServices method (Guid)
取得具有特定功能識別碼的所有 Web 服務中的所有功能
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function QueryFeaturesInAllWebServices ( _
featureId As Guid _
) As SPFeatureQueryResultCollection
'用途
Dim featureId As Guid
Dim returnValue As SPFeatureQueryResultCollection
returnValue = SPWebService.QueryFeaturesInAllWebServices(featureId)
public static SPFeatureQueryResultCollection QueryFeaturesInAllWebServices(
Guid featureId
)
參數
featureId
Type: System.Guid包含僅有此功能識別碼的功能
傳回值
Type: Microsoft.SharePoint.SPFeatureQueryResultCollection
SPFeatureQueryResultCollection 物件,以便逐一查看所有功能的所有 Web 服務的特定功能識別碼。