AttributeCodeFragment コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AttributeCodeFragment(Type, Object[]) |
AttributeCodeFragment クラスの新しいインスタンスを初期化します。 |
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>) |
AttributeCodeFragment クラスの新しいインスタンスを初期化します。 |
AttributeCodeFragment(Type, Object[])
AttributeCodeFragment クラスの新しいインスタンスを初期化します。
public AttributeCodeFragment (Type type, params object[] arguments);
public AttributeCodeFragment (Type type, params object?[] arguments);
new Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment : Type * obj[] -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Public Sub New (type As Type, ParamArray arguments As Object())
パラメーター
- type
- Type
属性の CLR 型。
- arguments
- Object[]
属性の引数。
適用対象
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)
AttributeCodeFragment クラスの新しいインスタンスを初期化します。
public AttributeCodeFragment (Type type, System.Collections.Generic.IEnumerable<object?> arguments, System.Collections.Generic.IDictionary<string,object?> namedArguments);
new Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment : Type * seq<obj> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Public Sub New (type As Type, arguments As IEnumerable(Of Object), namedArguments As IDictionary(Of String, Object))
パラメーター
- type
- Type
属性の CLR 型。
- arguments
- IEnumerable<Object>
属性の位置引数。
- namedArguments
- IDictionary<String,Object>
属性の名前付き引数。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework