CrawledPropertyInfoCollection 构造函数 (IEnumerable<CrawledPropertyInfo>)
创建新的已爬网属性,指定的值初始化的集合。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub New ( _
enumerable As IEnumerable(Of CrawledPropertyInfo) _
)
用法
Dim enumerable As IEnumerable(Of CrawledPropertyInfo)
Dim instance As New CrawledPropertyInfoCollection(enumerable)
public CrawledPropertyInfoCollection(
IEnumerable<CrawledPropertyInfo> enumerable
)
参数
enumerable
类型:System.Collections.Generic.IEnumerable<CrawledPropertyInfo>复制到此集合的值的集合。
另请参阅
引用
CrawledPropertyInfoCollection 类
CrawledPropertyInfoCollection 成员