SPFeatureDependencyCollection.Count property
依存性-時由另一項功能是集合中取得功能的個數。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property Count As Integer
Get
'用途
Dim instance As SPFeatureDependencyCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Property value
Type: System.Int32
32 位元的整數,表示相依定由另一項功能的功能數目。
Implements
請參閱
參照
SPFeatureDependencyCollection class