IPropertyCollection 接口
表示一组属性。每个属性都是一个键/值对的键是字符串,值是一个对象。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Interface IPropertyCollection _
Inherits IEnumerable
用法
Dim instance As IPropertyCollection
public interface IPropertyCollection : IEnumerable