SPWebService.QueryFeaturesInAllWebServices-Methode (Guid)
Ruft alle Features in alle Webdienste, die eine bestimmtes Feature-ID aufweisen.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function QueryFeaturesInAllWebServices ( _
featureId As Guid _
) As SPFeatureQueryResultCollection
'Usage
Dim featureId As Guid
Dim returnValue As SPFeatureQueryResultCollection
returnValue = SPWebService.QueryFeaturesInAllWebServices(featureId)
public static SPFeatureQueryResultCollection QueryFeaturesInAllWebServices(
Guid featureId
)
Parameter
featureId
Typ: System.GuidEnthält nur die Funktionen, die dieses Feature-ID aufweisen.
Rückgabewert
Typ: Microsoft.SharePoint.SPFeatureQueryResultCollection
Ein SPFeatureQueryResultCollection -Objekt zum Durchlaufen aller Features in alle Webdienste, die eine bestimmtes Feature-ID aufweisen.