SPSecurableObject 构造函数
Allows the base class to perform initialization tasks when instances of a derived class are created.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Sub New
用法
Dim instance As New SPSecurableObject()
protected SPSecurableObject()
备注
The SPSecurableObject class is an abstract class. Use this constructor by calling base() on the declaration line of a derived class.