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