共用方式為


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介面代表委派類型的集合。

請參閱

參照

IAssemblyManifest interface

IAssemblyManifest members

Microsoft.SharePoint.Upgrade namespace