VCCodeParameter.DefaultExpression 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置定义元素的初始化代码的对象。
public:
property System::Object ^ DefaultExpression { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ DefaultExpression { Platform::Object ^ get(); void set(Platform::Object ^ value); };
[System.Runtime.InteropServices.DispId(577)]
public object DefaultExpression { [System.Runtime.InteropServices.DispId(577)] get; [System.Runtime.InteropServices.DispId(577)] set; }
[<System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.DispId(577)>]
[<set: System.Runtime.InteropServices.DispId(577)>]
member this.DefaultExpression : obj with get, set
Public Property DefaultExpression As Object
属性值
元素的初始化代码。
- 属性
示例
有关用法的类似示例,请参阅 VCCodeParameter 对象。