次の方法で共有


ResponseObjectType クラス (Microsoft.SharePoint.Portal.WebControls)

このクラスおよびそのメンバは内部使用のために予約されており、ユーザー コード内で使用することを意図したものではありません。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<XmlIncludeAttribute(GetType(WellKnownResponseObjectType))> _
<XmlIncludeAttribute(GetType(ReferenceItemResponseType))> _
<XmlIncludeAttribute(GetType(SuppressReadReceiptType))> _
<XmlIncludeAttribute(GetType(SmartResponseBaseType))> _
<XmlIncludeAttribute(GetType(ReplyAllToItemType))> _
<XmlIncludeAttribute(GetType(ReplyToItemType))> _
<XmlIncludeAttribute(GetType(DeclineItemType))> _
<XmlIncludeAttribute(GetType(TentativelyAcceptItemType))> _
<XmlIncludeAttribute(GetType(AcceptItemType))> _
<GeneratedCodeAttribute("System.Xml", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<XmlIncludeAttribute(GetType(RemoveItemType))> _
<XmlIncludeAttribute(GetType(SmartResponseType))> _
<XmlIncludeAttribute(GetType(CancelCalendarItemType))> _
<XmlIncludeAttribute(GetType(ForwardItemType))> _
Public MustInherit Class ResponseObjectType
    Inherits ResponseObjectCoreType
'使用
Dim instance As ResponseObjectType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
[XmlIncludeAttribute(typeof(WellKnownResponseObjectType))] 
[XmlIncludeAttribute(typeof(ReferenceItemResponseType))] 
[XmlIncludeAttribute(typeof(SuppressReadReceiptType))] 
[XmlIncludeAttribute(typeof(SmartResponseBaseType))] 
[XmlIncludeAttribute(typeof(ReplyAllToItemType))] 
[XmlIncludeAttribute(typeof(ReplyToItemType))] 
[XmlIncludeAttribute(typeof(DeclineItemType))] 
[XmlIncludeAttribute(typeof(TentativelyAcceptItemType))] 
[XmlIncludeAttribute(typeof(AcceptItemType))] 
[GeneratedCodeAttribute("System.Xml", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[XmlIncludeAttribute(typeof(RemoveItemType))] 
[XmlIncludeAttribute(typeof(SmartResponseType))] 
[XmlIncludeAttribute(typeof(CancelCalendarItemType))] 
[XmlIncludeAttribute(typeof(ForwardItemType))] 
public abstract class ResponseObjectType : ResponseObjectCoreType

継承階層

System.Object
   Microsoft.SharePoint.Portal.WebControls.ItemType
     Microsoft.SharePoint.Portal.WebControls.ExchangeMessageType
       Microsoft.SharePoint.Portal.WebControls.ResponseObjectCoreType
        Microsoft.SharePoint.Portal.WebControls.ResponseObjectType
           Microsoft.SharePoint.Portal.WebControls.ReferenceItemResponseType
           Microsoft.SharePoint.Portal.WebControls.RemoveItemType
           Microsoft.SharePoint.Portal.WebControls.SmartResponseBaseType
           Microsoft.SharePoint.Portal.WebControls.WellKnownResponseObjectType

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

ResponseObjectType メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間