VCCodeMacro.Value 属性

获取或设置该对象的数据。

命名空间:  Microsoft.VisualStudio.VCCodeModel
程序集:  Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)

语法

声明
Property Value As String
string Value { get; set; }
property String^ Value {
    String^ get ();
    void set (String^ value);
}
abstract Value : string with get, set
function get Value () : String 
function set Value (value : String)

属性值

类型:String
对象的数据。

备注

如果特性为 name(someval, 2) 形式,则该值为 someval, 2。

.NET Framework 安全性

请参阅

参考

VCCodeMacro 接口

Microsoft.VisualStudio.VCCodeModel 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例