Compartir a través de


IVarInfo.VariantType (Propiedad)

Obtiene o establece el tipo de variante de la variable.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: String
El tipo de variante de la variable.

Seguridad de .NET Framework

Vea también

Referencia

IVarInfo Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)