TypeExtensions.GetProperty Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| Name | Description |
|---|---|
| GetProperty(Type, String) | |
| GetProperty(Type, String, BindingFlags) | |
| GetProperty(Type, String, Type) | |
| GetProperty(Type, String, Type, Type[]) |
GetProperty(Type, String)
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::PropertyInfo ^ GetProperty(Type ^ type, System::String ^ name);
public static System.Reflection.PropertyInfo GetProperty(this Type type, string name);
public static System.Reflection.PropertyInfo? GetProperty(this Type type, string name);
static member GetProperty : Type * string -> System.Reflection.PropertyInfo
<Extension()>
Public Function GetProperty (type As Type, name As String) As PropertyInfo
Parametry
- type
- Type
- name
- String
Návraty
Platí pro
GetProperty(Type, String, BindingFlags)
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
public:
static System::Reflection::PropertyInfo ^ GetProperty(Type ^ type, System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.PropertyInfo GetProperty(Type type, string name, System.Reflection.BindingFlags bindingAttr);
static member GetProperty : Type * string * System.Reflection.BindingFlags -> System.Reflection.PropertyInfo
Public Shared Function GetProperty (type As Type, name As String, bindingAttr As BindingFlags) As PropertyInfo
Parametry
- type
- Type
- name
- String
- bindingAttr
- BindingFlags
Návraty
Platí pro
GetProperty(Type, String, Type)
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::PropertyInfo ^ GetProperty(Type ^ type, System::String ^ name, Type ^ returnType);
public static System.Reflection.PropertyInfo GetProperty(this Type type, string name, Type returnType);
public static System.Reflection.PropertyInfo? GetProperty(this Type type, string name, Type? returnType);
static member GetProperty : Type * string * Type -> System.Reflection.PropertyInfo
<Extension()>
Public Function GetProperty (type As Type, name As String, returnType As Type) As PropertyInfo
Parametry
- type
- Type
- name
- String
- returnType
- Type
Návraty
Platí pro
GetProperty(Type, String, Type, Type[])
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::PropertyInfo ^ GetProperty(Type ^ type, System::String ^ name, Type ^ returnType, cli::array <Type ^> ^ types);
public static System.Reflection.PropertyInfo GetProperty(this Type type, string name, Type returnType, Type[] types);
public static System.Reflection.PropertyInfo? GetProperty(this Type type, string name, Type? returnType, Type[] types);
static member GetProperty : Type * string * Type * Type[] -> System.Reflection.PropertyInfo
<Extension()>
Public Function GetProperty (type As Type, name As String, returnType As Type, types As Type()) As PropertyInfo
Parametry
- type
- Type
- name
- String
- returnType
- Type
- types
- Type[]