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