NotType.Item プロパティ (Microsoft.SharePoint.Portal.WebControls)
このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<XmlElementAttribute("Contains", GetType(ContainsExpressionType))> _
<XmlElementAttribute("IsGreaterThan", GetType(IsGreaterThanType))> _
<XmlElementAttribute("IsGreaterThanOrEqualTo", GetType(IsGreaterThanOrEqualToType))> _
<XmlElementAttribute("And", GetType(AndType))> _
<XmlElementAttribute("IsLessThanOrEqualTo", GetType(IsLessThanOrEqualToType))> _
<XmlElementAttribute("IsNotEqualTo", GetType(IsNotEqualToType))> _
<XmlElementAttribute("SearchExpression", GetType(SearchExpressionType))> _
<XmlElementAttribute("IsLessThan", GetType(IsLessThanType))> _
<XmlElementAttribute("Excludes", GetType(ExcludesType))> _
<XmlElementAttribute("Exists", GetType(ExistsType))> _
<XmlElementAttribute("Not", GetType(NotType))> _
<XmlElementAttribute("Or", GetType(OrType))> _
<XmlElementAttribute("IsEqualTo", GetType(IsEqualToType))> _
Public Property Item As SearchExpressionType
'使用
Dim instance As NotType
Dim value As SearchExpressionType
value = instance.Item
instance.Item = value
[XmlElementAttribute("Contains", typeof(ContainsExpressionType))]
[XmlElementAttribute("IsGreaterThan", typeof(IsGreaterThanType))]
[XmlElementAttribute("IsGreaterThanOrEqualTo", typeof(IsGreaterThanOrEqualToType))]
[XmlElementAttribute("And", typeof(AndType))]
[XmlElementAttribute("IsLessThanOrEqualTo", typeof(IsLessThanOrEqualToType))]
[XmlElementAttribute("IsNotEqualTo", typeof(IsNotEqualToType))]
[XmlElementAttribute("SearchExpression", typeof(SearchExpressionType))]
[XmlElementAttribute("IsLessThan", typeof(IsLessThanType))]
[XmlElementAttribute("Excludes", typeof(ExcludesType))]
[XmlElementAttribute("Exists", typeof(ExistsType))]
[XmlElementAttribute("Not", typeof(NotType))]
[XmlElementAttribute("Or", typeof(OrType))]
[XmlElementAttribute("IsEqualTo", typeof(IsEqualToType))]
public SearchExpressionType Item { get; set; }
関連項目
参照
NotType クラス
NotType メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間