SPActionSequence.Actions 属性
获取操作的操作序列。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected ReadOnly Property Actions As IDictionary(Of Version, SPAction)
Get
用法
Dim value As IDictionary(Of Version, SPAction)
value = Me.Actions
protected IDictionary<Version, SPAction> Actions { get; }
属性值
类型:System.Collections.Generic.IDictionary<Version, SPAction>
System.Collections.Generic.IDictionary对象,该对象表示的操作的操作序列。