ActionBaseTypeAttribute 类

提供了可用于定义的特定序列的基SPAction对象类型的属性的定义。

继承层次结构

System.Object
  System.Attribute
    Microsoft.SharePoint.Upgrade.ActionBaseTypeAttribute

命名空间:  Microsoft.SharePoint.Upgrade
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<AttributeUsageAttribute(AttributeTargets.Class)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ActionBaseTypeAttribute _
    Inherits Attribute
用法
Dim instance As ActionBaseTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ActionBaseTypeAttribute : Attribute

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

ActionBaseTypeAttribute 成员

Microsoft.SharePoint.Upgrade 命名空间