TypeInfo.GetNestedType Metodo
In questo articolo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
public:
virtual Type ^ GetNestedType(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
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
Parametri
- name
- String
- bindingAttr
- BindingFlags
Restituisce
Si applica a
.NET Core 1.1 e altre versioni
Prodotto | Versioni |
---|---|
.NET | Core 1.0, Core 1.1 |
.NET Standard | 1.5, 1.6 |
public:
Type ^ GetNestedType(System::String ^ name);
public Type GetNestedType(string name);
member this.GetNestedType : string -> Type
Public Function GetNestedType (name As String) As Type
Parametri
- name
- String
Restituisce
Si applica a
.NET Core 1.1 e altre versioni
Prodotto | Versioni |
---|---|
.NET | Core 1.0, Core 1.1 |
.NET Standard | 1.5, 1.6 |