TypeInfo.GetNestedType Método
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.
public:
virtual Type ^ GetNestedType(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
C#
public virtual Type GetNestedType(string name, System.Reflection.BindingFlags bindingAttr);
abstract member GetNestedType : string * System.Reflection.BindingFlags -> Type
override this.GetNestedType : string * System.Reflection.BindingFlags -> Type
Public Overridable Function GetNestedType (name As String, bindingAttr As BindingFlags) As Type
Parâmetros
- name
- String
- bindingAttr
- BindingFlags
Retornos
Aplica-se a
.NET Core 1.1 e outras versões
Produto | Versões |
---|---|
.NET | Core 1.0, Core 1.1 |
.NET Standard | 1.5, 1.6 |
public:
Type ^ GetNestedType(System::String ^ name);
C#
public Type GetNestedType(string name);
member this.GetNestedType : string -> Type
Public Function GetNestedType (name As String) As Type
Parâmetros
- name
- String
Retornos
Aplica-se a
.NET Core 1.1 e outras versões
Produto | Versões |
---|---|
.NET | Core 1.0, Core 1.1 |
.NET Standard | 1.5, 1.6 |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: