Compartir a través de


Propiedad _MethodInfo.ReturnTypeCustomAttributes

 

Publicado: octubre de 2016

Proporciona objetos COM acceso independiente de la versión del ReturnTypeCustomAttributes propiedad.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
property ICustomAttributeProvider^ ReturnTypeCustomAttributes {
    ICustomAttributeProvider^ get();
}
abstract ReturnTypeCustomAttributes : ICustomAttributeProvider with get
ReadOnly Property ReturnTypeCustomAttributes As ICustomAttributeProvider

Valor de propiedad

Type: System.Reflection.ICustomAttributeProvider

Objeto ICustomAttributeProvider que representa los atributos personalizados para el tipo de valor devuelto.

Comentarios

Esta propiedad es para el acceso a las clases administradas desde código no administrado y no se debe llamar desde código administrado.

El ReturnTypeCustomAttributes propiedad obtiene los atributos personalizados para el tipo de valor devuelto.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Interfaz _MethodInfo
Espacio de nombres System.Runtime.InteropServices

Volver al principio