Compartilhar via


IAssemblyManifest.Delegates Property

Gets the list of delegate types in the assembly.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
ReadOnly Property Delegates As IList(Of Type)
    Get
'Usage
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>
A System.Collections.IList interface that represents the collection of delegate types.

See Also

Reference

IAssemblyManifest Interface

IAssemblyManifest Members

Microsoft.SharePoint.Upgrade Namespace