次の方法で共有


RestrictionType.Item プロパティ (Microsoft.SharePoint.Portal.WebControls)

このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。

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

構文

'宣言
<XmlElementAttribute("IsEqualTo", GetType(IsEqualToType))> _
<XmlElementAttribute("And", GetType(AndType))> _
<XmlElementAttribute("Exists", GetType(ExistsType))> _
<XmlElementAttribute("IsGreaterThan", GetType(IsGreaterThanType))> _
<XmlElementAttribute("IsGreaterThanOrEqualTo", GetType(IsGreaterThanOrEqualToType))> _
<XmlElementAttribute("IsLessThan", GetType(IsLessThanType))> _
<XmlElementAttribute("IsNotEqualTo", GetType(IsNotEqualToType))> _
<XmlElementAttribute("Not", GetType(NotType))> _
<XmlElementAttribute("Or", GetType(OrType))> _
<XmlElementAttribute("SearchExpression", GetType(SearchExpressionType))> _
<XmlElementAttribute("IsLessThanOrEqualTo", GetType(IsLessThanOrEqualToType))> _
<XmlElementAttribute("Contains", GetType(ContainsExpressionType))> _
<XmlElementAttribute("Excludes", GetType(ExcludesType))> _
Public Property Item As SearchExpressionType
'使用
Dim instance As RestrictionType
Dim value As SearchExpressionType

value = instance.Item

instance.Item = value
[XmlElementAttribute("IsEqualTo", typeof(IsEqualToType))] 
[XmlElementAttribute("And", typeof(AndType))] 
[XmlElementAttribute("Exists", typeof(ExistsType))] 
[XmlElementAttribute("IsGreaterThan", typeof(IsGreaterThanType))] 
[XmlElementAttribute("IsGreaterThanOrEqualTo", typeof(IsGreaterThanOrEqualToType))] 
[XmlElementAttribute("IsLessThan", typeof(IsLessThanType))] 
[XmlElementAttribute("IsNotEqualTo", typeof(IsNotEqualToType))] 
[XmlElementAttribute("Not", typeof(NotType))] 
[XmlElementAttribute("Or", typeof(OrType))] 
[XmlElementAttribute("SearchExpression", typeof(SearchExpressionType))] 
[XmlElementAttribute("IsLessThanOrEqualTo", typeof(IsLessThanOrEqualToType))] 
[XmlElementAttribute("Contains", typeof(ContainsExpressionType))] 
[XmlElementAttribute("Excludes", typeof(ExcludesType))] 
public SearchExpressionType Item { get; set; }

関連項目

参照

RestrictionType クラス
RestrictionType メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間