共用方式為


SPModule class

表示檔案和網站範本中所使用的檢視表的集合。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPModule

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

Syntax

'宣告
Public Class SPModule
'用途
Dim instance As SPModule
public class SPModule

備註

使用SPWeb類別的Modules屬性來傳回站台,模組的集合,並使用索引子來從集合傳回單一模組。例如,如果集合指派給變數,名為myModules,使用在 C# 的myModules[index]或 Visual Basic,其中index是索引數字的集合中的模組中的myModules(index) 。

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.

請參閱

參照

SPModule members

Microsoft.SharePoint namespace