IWizCombo.Value 属性

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

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

语法

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

属性值

类型:String
对象的值。

.NET Framework 安全性

请参阅

参考

IWizCombo 接口

Microsoft.VisualStudio.VsWizard 命名空间