IVarInfo.Type (Propiedad)

obtiene o establece el tipo de la variable.

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

Sintaxis

'Declaración
Property Type As String
string Type { get; set; }
property String^ Type {
    String^ get ();
    void set (String^ value);
}
abstract Type : string with get, set
function get Type () : String
function set Type (value : String)

Valor de propiedad

Tipo: System.String
el tipo de la variable.

Seguridad de .NET Framework

Vea también

Referencia

IVarInfo Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)