Compartir a través de


ExportProvider.GetValueFromMember(Object, MemberInfo, Type, Type) Método

Definición

Obtiene el valor de algún miembro de una parte.

protected static object GetValueFromMember (object exportingPart, System.Reflection.MemberInfo exportingMember, Type importingSiteElementType = default, Type exportedValueType = default);
static member GetValueFromMember : obj * System.Reflection.MemberInfo * Type * Type -> obj
Protected Shared Function GetValueFromMember (exportingPart As Object, exportingMember As MemberInfo, Optional importingSiteElementType As Type = Nothing, Optional exportedValueType As Type = Nothing) As Object

Parámetros

exportingPart
Object

Instancia del elemento del que se va a extraer el valor. Puede ser null para exportaciones estáticas.

exportingMember
MemberInfo

Miembro que exporta el valor. Puede ser null para exportar el tipo o la propia instancia.

importingSiteElementType
Type

Tipo del miembro de importación, con colecciones ImportMany y Lazy/ExportFactory quitados.

exportedValueType
Type

Tipo de valor exportado contractualmente.

Devoluciones

Valor del miembro.

Se aplica a