ComplexValueStruct - Classe
Représente la structure qui gère une valeur de type complexe.
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.BusinessData.SharedService.ComplexValueStruct
Microsoft.SharePoint.BusinessData.SharedService.DefaultValueStruct
Microsoft.SharePoint.BusinessData.SharedService.PropertyStruct
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "ComplexValueStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<KnownTypeAttribute(GetType(PropertyStruct))> _
<KnownTypeAttribute(GetType(DefaultValueStruct))> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class ComplexValueStruct
'Utilisation
Dim instance As ComplexValueStruct
[DataContractAttribute(Name = "ComplexValueStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[KnownTypeAttribute(typeof(PropertyStruct))]
[KnownTypeAttribute(typeof(DefaultValueStruct))]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class ComplexValueStruct
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