MultipleOperandBooleanExpressionType クラス (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")> _
<DesignerCategoryAttribute("code")> _
<GeneratedCodeAttribute("System.Xml", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<XmlIncludeAttribute(GetType(OrType))> _
<XmlIncludeAttribute(GetType(AndType))> _
Public MustInherit Class MultipleOperandBooleanExpressionType
Inherits SearchExpressionType
'使用
Dim instance As MultipleOperandBooleanExpressionType
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
[DesignerCategoryAttribute("code")]
[GeneratedCodeAttribute("System.Xml", "2.0.50727.42")]
[DebuggerStepThroughAttribute]
[XmlIncludeAttribute(typeof(OrType))]
[XmlIncludeAttribute(typeof(AndType))]
public abstract class MultipleOperandBooleanExpressionType : SearchExpressionType
継承階層
System.Object
Microsoft.SharePoint.Portal.WebControls.SearchExpressionType
Microsoft.SharePoint.Portal.WebControls.MultipleOperandBooleanExpressionType
Microsoft.SharePoint.Portal.WebControls.AndType
Microsoft.SharePoint.Portal.WebControls.OrType
スレッドの安全性
この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。
関連項目
参照
MultipleOperandBooleanExpressionType メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間