共用方式為


SPResourceTrackingRuleCollection class

代表IEnumerableSPResourceTrackingRule物件的執行個體。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPResourceTrackingRuleCollection

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

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPResourceTrackingRuleCollection _
    Implements IEnumerable(Of SPResourceTrackingRule), IEnumerable
'用途
Dim instance As SPResourceTrackingRuleCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPResourceTrackingRuleCollection : IEnumerable<SPResourceTrackingRule>, 
    IEnumerable

備註

此類別會決定限制是SPResourceTrackingSettings執行個體。

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.

請參閱

參照

SPResourceTrackingRuleCollection members

Microsoft.SharePoint.Administration namespace