TypeExtensions.GetNestedTypes(Type, BindingFlags) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
static cli::array <Type ^> ^ GetNestedTypes(Type ^ type, System::Reflection::BindingFlags bindingAttr);
public static Type[] GetNestedTypes (Type type, System.Reflection.BindingFlags bindingAttr);
static member GetNestedTypes : Type * System.Reflection.BindingFlags -> Type[]
Public Shared Function GetNestedTypes (type As Type, bindingAttr As BindingFlags) As Type()
パラメーター
- type
- Type
- bindingAttr
- BindingFlags
戻り値
Type[]
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET