Llegeix en anglès

Comparteix a través de


TypeInfo.GetProperty Método

Definición

Sobrecargas

GetProperty(String)

C#
public System.Reflection.PropertyInfo GetProperty(string name);

Parámetros

name
String

Devoluciones

Se aplica a

GetProperty(String, BindingFlags)

C#
public System.Reflection.PropertyInfo GetProperty(string name, System.Reflection.BindingFlags bindingAttr);

Parámetros

name
String
bindingAttr
BindingFlags

Devoluciones

Se aplica a

GetProperty(String, Type)

C#
public System.Reflection.PropertyInfo GetProperty(string name, Type returnType);

Parámetros

name
String
returnType
Type

Devoluciones

Se aplica a

GetProperty(String, Type[])

C#
public System.Reflection.PropertyInfo GetProperty(string name, Type[] types);

Parámetros

name
String
types
Type[]

Devoluciones

Se aplica a

GetProperty(String, Type, Type[])

C#
public System.Reflection.PropertyInfo GetProperty(string name, Type returnType, Type[] types);

Parámetros

name
String
returnType
Type
types
Type[]

Devoluciones

Se aplica a

GetProperty(String, Type, Type[], ParameterModifier[])

C#
public System.Reflection.PropertyInfo GetProperty(string name, Type returnType, Type[] types, System.Reflection.ParameterModifier[] modifiers);

Parámetros

name
String
returnType
Type
types
Type[]
modifiers
ParameterModifier[]

Devoluciones

Se aplica a