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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.VsWizard 命名空间