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)

属性值

类型:String
变量的 VTS 类型。

备注

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

.NET Framework 安全性

请参阅

参考

IVarInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间