ExpressionEvaluatorClass.Expression 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置要计算的字符串表达式。
public:
virtual property System::String ^ Expression { void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public virtual string Expression { [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.Expression : string
Public Overridable Property Expression As String
属性值
属性是只写的,不返回值。
实现
- 属性