共用方式為


CodeAttributeArgument.Value 屬性

定義

取得或設定屬性引數的值。

public:
 property System::CodeDom::CodeExpression ^ Value { System::CodeDom::CodeExpression ^ get(); void set(System::CodeDom::CodeExpression ^ value); };
public System.CodeDom.CodeExpression Value { get; set; }
member this.Value : System.CodeDom.CodeExpression with get, set
Public Property Value As CodeExpression

屬性值

CodeExpression,表示屬性引數的值。

適用於

另請參閱