IParamInfo.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 类型。

备注

VTS 指定不同的参数类型被设计为与 Microsoft 基础类库的 OLE 控件类的使用。

.NET Framework 安全性

请参见

参考

IParamInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间

其他资源

MFC 类