ModelStruct - Classe
Contient les méthodes et propriétés permettant de gérer la structure du modèle.
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.BusinessData.SharedService.MetadataObjectStruct
Microsoft.SharePoint.BusinessData.SharedService.ModelStruct
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "ModelStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ModelStruct _
Inherits MetadataObjectStruct
'Utilisation
Dim instance As ModelStruct
[DataContractAttribute(Name = "ModelStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ModelStruct : MetadataObjectStruct
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms