CustomAttributeNamedArgument 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 CustomAttributeNamedArgument 類別的新執行個體。
多載
CustomAttributeNamedArgument(MemberInfo, Object) |
初始化 CustomAttributeNamedArgument 類別的新執行個體,這個執行個體表示自訂屬性 (Attribute) 的指定欄位或屬性 (Property),並且指定欄位或屬性 (Property) 的值。 |
CustomAttributeNamedArgument(MemberInfo, CustomAttributeTypedArgument) |
初始化 CustomAttributeNamedArgument 類別的新執行個體,這個執行個體表示自訂屬性 (Attribute) 的指定欄位或屬性 (Property),並且指定 CustomAttributeTypedArgument 物件,描述欄位或屬性 (Property) 的型別和值。 |
CustomAttributeNamedArgument(MemberInfo, Object)
初始化 CustomAttributeNamedArgument 類別的新執行個體,這個執行個體表示自訂屬性 (Attribute) 的指定欄位或屬性 (Property),並且指定欄位或屬性 (Property) 的值。
public:
CustomAttributeNamedArgument(System::Reflection::MemberInfo ^ memberInfo, System::Object ^ value);
public CustomAttributeNamedArgument (System.Reflection.MemberInfo memberInfo, object? value);
public CustomAttributeNamedArgument (System.Reflection.MemberInfo memberInfo, object value);
new System.Reflection.CustomAttributeNamedArgument : System.Reflection.MemberInfo * obj -> System.Reflection.CustomAttributeNamedArgument
Public Sub New (memberInfo As MemberInfo, value As Object)
參數
- memberInfo
- MemberInfo
自訂屬性 (Attribute) 的欄位或屬性 (Property)。 新的 CustomAttributeNamedArgument 物件,表示這個成員及其值。
- value
- Object
自訂屬性 (Attribute) 之欄位或屬性 (Property) 的值。
例外狀況
memberInfo
為 null
。
memberInfo
不是自訂屬性 (Attribute) 之欄位或屬性 (Property) 的值。
備註
這個建構函式可供 類別的 CustomAttributeNamedArgument 繼承者使用。 它不適用於應用程式程序代碼。
適用於
CustomAttributeNamedArgument(MemberInfo, CustomAttributeTypedArgument)
初始化 CustomAttributeNamedArgument 類別的新執行個體,這個執行個體表示自訂屬性 (Attribute) 的指定欄位或屬性 (Property),並且指定 CustomAttributeTypedArgument 物件,描述欄位或屬性 (Property) 的型別和值。
public:
CustomAttributeNamedArgument(System::Reflection::MemberInfo ^ memberInfo, System::Reflection::CustomAttributeTypedArgument typedArgument);
public CustomAttributeNamedArgument (System.Reflection.MemberInfo memberInfo, System.Reflection.CustomAttributeTypedArgument typedArgument);
new System.Reflection.CustomAttributeNamedArgument : System.Reflection.MemberInfo * System.Reflection.CustomAttributeTypedArgument -> System.Reflection.CustomAttributeNamedArgument
Public Sub New (memberInfo As MemberInfo, typedArgument As CustomAttributeTypedArgument)
參數
- memberInfo
- MemberInfo
自訂屬性 (Attribute) 的欄位或屬性 (Property)。 新的 CustomAttributeNamedArgument 物件,表示這個成員及其值。
- typedArgument
- CustomAttributeTypedArgument
物件,描述欄位或屬性的型別和值。
例外狀況
memberInfo
為 null
。
備註
這個建構函式可供 類別的 CustomAttributeNamedArgument 繼承者使用。 它不適用於應用程式程序代碼。