SyncFolderHierarchyCreateOrUpdateType.Item プロパティ (Microsoft.SharePoint.Portal.WebControls)
このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<XmlElementAttribute("SearchFolder", GetType(SearchFolderType))> _
<XmlElementAttribute("CalendarFolder", GetType(CalendarFolderType))> _
<XmlElementAttribute("ContactsFolder", GetType(ContactsFolderType))> _
<XmlElementAttribute("TasksFolder", GetType(TasksFolderType))> _
<XmlElementAttribute("Folder", GetType(FolderType))> _
Public Property Item As BaseFolderType
'使用
Dim instance As SyncFolderHierarchyCreateOrUpdateType
Dim value As BaseFolderType
value = instance.Item
instance.Item = value
[XmlElementAttribute("SearchFolder", typeof(SearchFolderType))]
[XmlElementAttribute("CalendarFolder", typeof(CalendarFolderType))]
[XmlElementAttribute("ContactsFolder", typeof(ContactsFolderType))]
[XmlElementAttribute("TasksFolder", typeof(TasksFolderType))]
[XmlElementAttribute("Folder", typeof(FolderType))]
public BaseFolderType Item { get; set; }
関連項目
参照
SyncFolderHierarchyCreateOrUpdateType クラス
SyncFolderHierarchyCreateOrUpdateType メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間