VCRuntimeStringProperty.DefaultValue 属性

设置或获取属性的默认值。

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

语法

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

属性值

类型:System.String
VCRuntimeStringProperty 对象的默认值。

.NET Framework 安全性

请参见

参考

VCRuntimeStringProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间