SPActionSequence.Actions - Propriété

Obtient les actions de la séquence.

Espace de noms :  Microsoft.SharePoint.Upgrade
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property Actions As IDictionary(Of Version, SPAction)
    Get
'Utilisation
Dim value As IDictionary(Of Version, SPAction)

value = Me.Actions
protected IDictionary<Version, SPAction> Actions { get; }

Valeur de propriété

Type : System.Collections.Generic.IDictionary<Version, SPAction>
Un objet System.Collections.Generic.IDictionary qui représente les actions de la séquence d'actions.

Voir aussi

Référence

SPActionSequence classe

SPActionSequence - Membres

Microsoft.SharePoint.Upgrade - Espace de noms