共用方式為


CodePrimitiveExpression.Value 屬性

定義

取得或設定要表示的基本資料型別。

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

屬性值

表示值的基本資料型別執行個體。

備註

您可以在這裡使用任何 .NET Framework 基本類型。

適用於