MetadataBuilder.AddConstant(EntityHandle, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
新增參數、欄位或屬性的預設值。
public:
System::Reflection::Metadata::ConstantHandle AddConstant(System::Reflection::Metadata::EntityHandle parent, System::Object ^ value);
public System.Reflection.Metadata.ConstantHandle AddConstant (System.Reflection.Metadata.EntityHandle parent, object? value);
public System.Reflection.Metadata.ConstantHandle AddConstant (System.Reflection.Metadata.EntityHandle parent, object value);
member this.AddConstant : System.Reflection.Metadata.EntityHandle * obj -> System.Reflection.Metadata.ConstantHandle
Public Function AddConstant (parent As EntityHandle, value As Object) As ConstantHandle
參數
- parent
- EntityHandle
父實體控制代碼,可能是下列其中一項:ParameterHandle、FieldDefinitionHandle 或 PropertyDefinitionHandle。
- value
- Object
常數值。
傳回
已新增之常數的控制代碼。
例外狀況
parent
沒有預期的控制代碼種類。
備註
專案可以依任何順序新增。 數據表會在串行化時自動排序。