_MethodInfo.ReturnTypeCustomAttributes Propiedad

Definición

Proporciona el acceso independiente de la versión de los objetos COM a la propiedad ReturnTypeCustomAttributes.

public:
 property System::Reflection::ICustomAttributeProvider ^ ReturnTypeCustomAttributes { System::Reflection::ICustomAttributeProvider ^ get(); };
public System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
member this.ReturnTypeCustomAttributes : System.Reflection.ICustomAttributeProvider
Public ReadOnly Property ReturnTypeCustomAttributes As ICustomAttributeProvider

Valor de propiedad

ICustomAttributeProvider

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

Comentarios

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

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

Se aplica a