ActionBaseTypeAttribute 构造函数
基于指定的系统类型的ActionBaseTypeAttribute类的新实例进行初始化。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
type As Type _
)
用法
Dim type As Type
Dim instance As New ActionBaseTypeAttribute(type)
public ActionBaseTypeAttribute(
Type type
)
参数
type
类型:System.TypeSystem.Type对象,该对象表示的类型。