IVarInfo.Type 属性

获取或设置变量的类型。

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

语法

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

属性值

类型:System.String
变量的类型。

.NET Framework 安全性

请参见

参考

IVarInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间