IAssemblyManifest.Delegates property
組件中取得的代理人清單類型。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Collections.Generic.IList<Type>
System.Collections.IList介面代表委派類型的集合。