TypeInfo.GetDeclaredProperty(String) Metodo

Definizione

Restituisce un oggetto che rappresenta la proprietà specificata dichiarata dal tipo corrente.

public:
 virtual System::Reflection::PropertyInfo ^ GetDeclaredProperty(System::String ^ name);
public virtual System.Reflection.PropertyInfo GetDeclaredProperty (string name);
public virtual System.Reflection.PropertyInfo? GetDeclaredProperty (string name);
abstract member GetDeclaredProperty : string -> System.Reflection.PropertyInfo
override this.GetDeclaredProperty : string -> System.Reflection.PropertyInfo
Public Overridable Function GetDeclaredProperty (name As String) As PropertyInfo

Parametri

name
String

Nome della proprietà.

Restituisce

Oggetto che rappresenta la proprietà specificata, se trovata; in caso contrario, null.

Eccezioni

name è null.

Si applica a