IVarInfo.VTSType 属性

获取或设置变量的 VTS 类型。

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

语法

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

属性值

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

备注

VTSType 返回参数或变量的 VTS 类型。 VTS 指定设计的不同参数的类型为使用 Microsoft 基础类库的 OLE 控件类的使用。 列表可以参见 变量参数类型常量 返回值。

.NET Framework 安全性

请参见

参考

IVarInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间