TypeDescriptor.IsCollection 属性 (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets or sets a boolean indicating whether the TypeDescriptor represents a collection.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Property IsCollection As Boolean
用法
Dim instance As TypeDescriptor
Dim value As Boolean

value = instance.IsCollection

instance.IsCollection = value
public bool IsCollection { get; set; }

属性值

True or false.

备注

If true, the TypeDescriptor must contain exactly one child TypeDescriptor that describes an element in the collection. The return parameter of a Finder method must have a TypeDescriptor with IsCollection = true.

另请参阅

参考

TypeDescriptor 类
TypeDescriptor 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间