Partager via


FindFolderParentType.Folders, propriété (Microsoft.SharePoint.Portal.WebControls)

Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<XmlArrayItemAttribute("SearchFolder", GetType(SearchFolderType), IsNullable:=False)> _
<XmlArrayItemAttribute("ContactsFolder", GetType(ContactsFolderType), IsNullable:=False)> _
<XmlArrayItemAttribute("Folder", GetType(FolderType), IsNullable:=False)> _
<XmlArrayItemAttribute("TasksFolder", GetType(TasksFolderType), IsNullable:=False)> _
<XmlArrayItemAttribute("CalendarFolder", GetType(CalendarFolderType), IsNullable:=False)> _
Public Property Folders As BaseFolderType()
'Utilisation
Dim instance As FindFolderParentType
Dim value As BaseFolderType()

value = instance.Folders

instance.Folders = value
[XmlArrayItemAttribute("SearchFolder", typeof(SearchFolderType), IsNullable=false)] 
[XmlArrayItemAttribute("ContactsFolder", typeof(ContactsFolderType), IsNullable=false)] 
[XmlArrayItemAttribute("Folder", typeof(FolderType), IsNullable=false)] 
[XmlArrayItemAttribute("TasksFolder", typeof(TasksFolderType), IsNullable=false)] 
[XmlArrayItemAttribute("CalendarFolder", typeof(CalendarFolderType), IsNullable=false)] 
public BaseFolderType[] Folders { get; set; }

Voir aussi

Référence

FindFolderParentType, classe
Membres FindFolderParentType
Microsoft.SharePoint.Portal.WebControls, espace de noms