共用方式為


SPFeatureDependencyCollection class

表示相依於另一個功能的功能的集合。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.SPFeatureDependencyCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public NotInheritable Class SPFeatureDependencyCollection _
    Inherits SPBaseCollection
'用途
Dim instance As SPFeatureDependencyCollection
public sealed class SPFeatureDependencyCollection : SPBaseCollection

備註

使用SPFeatureDefinition類別的ActivationDependencies屬性,傳回目前的功能所依存的功能集合。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPFeatureDependencyCollection members

Microsoft.SharePoint namespace