TypeExtensions.GetProperties Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetProperties(Type) | |
GetProperties(Type, BindingFlags) |
GetProperties(Type)
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static cli::array <System::Reflection::PropertyInfo ^> ^ GetProperties(Type ^ type);
public static System.Reflection.PropertyInfo[] GetProperties (this Type type);
static member GetProperties : Type -> System.Reflection.PropertyInfo[]
<Extension()>
Public Function GetProperties (type As Type) As PropertyInfo()
Parâmetros
- type
- Type
Retornos
Aplica-se a
GetProperties(Type, BindingFlags)
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
public:
static cli::array <System::Reflection::PropertyInfo ^> ^ GetProperties(Type ^ type, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.PropertyInfo[] GetProperties (Type type, System.Reflection.BindingFlags bindingAttr);
static member GetProperties : Type * System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
Public Shared Function GetProperties (type As Type, bindingAttr As BindingFlags) As PropertyInfo()
Parâmetros
- type
- Type
- bindingAttr
- BindingFlags
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.