SPFeatureDefinition.GetFeatureIdAndScope-Methode
Gibt den Bezeichner und Featurebereich basierend auf einer Zeichenfolge, die den Speicherort der entsprechenden feature.xml -Datei angibt.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub GetFeatureIdAndScope ( _
pathFeatureDefinition As String, _
<OutAttribute> ByRef featid As Guid, _
<OutAttribute> ByRef scope As SPFeatureScope _
)
'Usage
Dim pathFeatureDefinition As String
Dim featid As Guid
Dim scope As SPFeatureScopeSPFeatureDefinition.GetFeatureIdAndScope(pathFeatureDefinition, _
featid, scope)
public static void GetFeatureIdAndScope(
string pathFeatureDefinition,
out Guid featid,
out SPFeatureScope scope
)
Parameter
pathFeatureDefinition
Typ: System.StringEine Zeichenfolge, die den lokalen Pfad für das Feature im Dateisystem enthält.
featid
Typ: System.GuidEin Guid -Objekt, das den Bezeichner des Features darstellt.
scope
Typ: Microsoft.SharePoint.SPFeatureScopeEin SPFeatureScope -Wert, der den Bereich des Features angibt.
Hinweise
Der lokale Pfad ist relativ zu der Stamm des Verzeichnisses, in dem das Feature befindet.
Siehe auch
Referenz
Microsoft.SharePoint.Administration-Namespace
Weitere Ressourcen
SharePoint-Feature