Partager via


ActionStruct - Constructeur (UInt32, String, Boolean, Int32, Guid, Byte, Boolean, String, String, UInt32)

Initialise une 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, _
    position As Byte, _
    isOpenedInNewWindow As Boolean, _
    imageUrl As String, _
    url As String, _
    entityId As UInteger _
)
'Utilisation
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim partitionId As Guid
Dim position As Byte
Dim isOpenedInNewWindow As Boolean
Dim imageUrl As String
Dim url As String
Dim entityId As UInteger

Dim instance As New ActionStruct(id, name, _
    isCached, version, partitionId, position, _
    isOpenedInNewWindow, imageUrl, url, _
    entityId)
public ActionStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    Guid partitionId,
    byte position,
    bool isOpenedInNewWindow,
    string imageUrl,
    string url,
    uint entityId
)

Paramètres

  • isCached
    Type : System.Boolean

    true si l'objet doit être mis en cache ; dans le cas contraire, false.

  • partitionId
    Type : System.Guid

    L'identificateur de partition.

  • isOpenedInNewWindow
    Type : System.Boolean

    true s'il est ouvert dans une nouvelle fenêtre ; dans le cas contraire, false.

  • entityId
    Type : System.UInt32

    L'identificateur de type de contenu externe.

Voir aussi

Référence

ActionStruct classe

ActionStruct - Membres

ActionStruct - Surcharge

Microsoft.SharePoint.BusinessData.SharedService - Espace de noms