SPFeatureDependencyCollection.Count-Eigenschaft
Ruft die Anzahl der Features in der Auflistung, die abhängig von nach einem anderen Feature sind.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Count As Integer
Get
'Usage
Dim instance As SPFeatureDependencyCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Eigenschaftswert
Typ: System.Int32
Eine 32-Bit-Ganzzahl, die Anzahl der Features angibt, die abhängig von nach einem anderen Feature sind.
Implementiert
Siehe auch
Referenz
SPFeatureDependencyCollection Klasse