Compartir a través de


VCCodeProperty.Type (Propiedad)

Obtiene o establece un objeto que representa el tipo de programación.

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

Sintaxis

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

Valor de propiedad

Tipo: CodeTypeRef
Un objeto CodeTypeRef.

Comentarios

Type puede devolver Nothing o nullreferencia null (Nothing en Visual Basic) con lenguajes que tengan información sobre un tipo predeterminado.

Seguridad de .NET Framework

Vea también

Referencia

VCCodeProperty Interfaz

Microsoft.VisualStudio.VCCodeModel (Espacio de nombres)