IVarInfo.VariantType 属性

获取或设置变量具有不同的类型。

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

语法

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

属性值

类型:System.String
变量具有不同的类型。

.NET Framework 安全性

请参见

参考

IVarInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间