TypeExtensions.GetProperty Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GetProperty(Type, String) | |
GetProperty(Type, String, BindingFlags) | |
GetProperty(Type, String, Type) | |
GetProperty(Type, String, Type, Type[]) |
GetProperty(Type, String)
- Исходный код:
- TypeExtensions.cs
- Исходный код:
- TypeExtensions.cs
- Исходный код:
- TypeExtensions.cs
public:
static System::Reflection::PropertyInfo ^ GetProperty(Type ^ type, System::String ^ name);
public static System.Reflection.PropertyInfo GetProperty (Type type, string name);
static member GetProperty : Type * string -> System.Reflection.PropertyInfo
Public Shared Function GetProperty (type As Type, name As String) As PropertyInfo
Параметры
- type
- Type
- name
- String
Возвращаемое значение
Применяется к
GetProperty(Type, String, BindingFlags)
- Исходный код:
- TypeExtensions.cs
- Исходный код:
- TypeExtensions.cs
- Исходный код:
- 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
Параметры
- type
- Type
- name
- String
- bindingAttr
- BindingFlags
Возвращаемое значение
Применяется к
GetProperty(Type, String, Type)
- Исходный код:
- TypeExtensions.cs
- Исходный код:
- TypeExtensions.cs
- Исходный код:
- 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
Параметры
- type
- Type
- name
- String
- returnType
- Type
Возвращаемое значение
Применяется к
GetProperty(Type, String, Type, Type[])
- Исходный код:
- TypeExtensions.cs
- Исходный код:
- TypeExtensions.cs
- Исходный код:
- 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
Параметры
- type
- Type
- name
- String
- returnType
- Type
- types
- Type[]
Возвращаемое значение
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.