ActionParameterStruct - Constructeur (UInt32, String, Boolean, Int32, Guid, Byte, UInt32)
Initialise une nouvelle instance de la classe.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
id As UInteger, _
name As String, _
isCached As Boolean, _
version As Integer, _
partitionId As Guid, _
index As Byte, _
actionId As UInteger _
)
'Utilisation
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim partitionId As Guid
Dim index As Byte
Dim actionId As UInteger
Dim instance As New ActionParameterStruct(id, name, _
isCached, version, partitionId, index, _
actionId)
public ActionParameterStruct(
uint id,
string name,
bool isCached,
int version,
Guid partitionId,
byte index,
uint actionId
)
Paramètres
id
Type : System.UInt32L'identificateur d'objet.
name
Type : System.StringLe nom de l'objet.
isCached
Type : System.BooleanL'identificateur d'objet.
version
Type : System.Int32La version de l'objet.
partitionId
Type : System.GuidL'identificateur de partition.
index
Type : System.ByteL'index de l'objet.
actionId
Type : System.UInt32Identificateur de l'action.
Voir aussi
Référence
ActionParameterStruct - Membres
ActionParameterStruct - Surcharge
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms