de la propiedad IAssemblyManifest.Delegates
Obtiene la lista de delegado tipos en el ensamblado.
Espacio de nombres: Microsoft.SharePoint.Upgrade
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
ReadOnly Property Delegates As IList(Of Type)
Get
'Uso
Dim instance As IAssemblyManifest
Dim value As IList(Of Type)
value = instance.Delegates
IList<Type> Delegates { get; }
Valor de propiedad
Tipo: System.Collections.Generic.IList<Type>
Una interfaz de System.Collections.IList que representa la colección de tipos de delegado.