PropertyConstraintCollection.Item 属性
获取集合中指定索引处的属性约束。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As PropertyConstraint
Get
用法
Dim instance As PropertyConstraintCollection
Dim index As Integer
Dim value As PropertyConstraint
value = instance(index)
public PropertyConstraint this[
int index
] { get; }
参数
index
类型:System.Int3232 位整数,它指定索引中的位置。
属性值
类型:Microsoft.Office.Server.Search.Query.PropertyConstraint
一个PropertyConstraint对象。
另请参阅
引用
PropertyConstraintCollection 类