IAssemblyManifest.Delegates 属性
获取该程序集中的代理的列表类型。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
ReadOnly Property Delegates As IList(Of Type)
Get
用法
Dim instance As IAssemblyManifest
Dim value As IList(Of Type)
value = instance.Delegates
IList<Type> Delegates { get; }
属性值
类型:System.Collections.Generic.IList<Type>
一种System.Collections.IList接口表示委托类型的集合。