TypeInfo.GetNestedType Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- name
- String
- bindingAttr
- BindingFlags
Retours
S’applique à
.NET Core 1.1 et autres versions
Produit | Versions |
---|---|
.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
Paramètres
- name
- String
Retours
S’applique à
.NET Core 1.1 et autres versions
Produit | Versions |
---|---|
.NET | Core 1.0, Core 1.1 |
.NET Standard | 1.5, 1.6 |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :