RuntimeReflectionExtensions.GetRuntimeProperty(Type, String) Méthode

Définition

Récupère un objet qui représente une propriété spécifiée.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::PropertyInfo ^ GetRuntimeProperty(Type ^ type, System::String ^ name);
public static System.Reflection.PropertyInfo GetRuntimeProperty (this Type type, string name);
public static System.Reflection.PropertyInfo? GetRuntimeProperty (this Type type, string name);
static member GetRuntimeProperty : Type * string -> System.Reflection.PropertyInfo
<Extension()>
Public Function GetRuntimeProperty (type As Type, name As String) As PropertyInfo

Paramètres

type
Type

Type qui contient la propriété.

name
String

Nom de la propriété.

Retours

Objet qui représente la propriété spécifiée ou null si la propriété est introuvable.

Exceptions

type a la valeur null.

-ou-

name a la valeur null.

type n’est pas un RuntimeType.

Plusieurs propriétés portant le nom demandé ont été trouvées.

S’applique à

Voir aussi