Compartir a través de


Constructor TypeLibTypeAttribute (TypeLibTypeFlags)

 

Publicado: noviembre de 2016

Inicializa una nueva instancia de la clase TypeLibTypeAttribute con el valor System.Runtime.InteropServices.TypeLibTypeFlags especificado.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

public TypeLibTypeAttribute(
    TypeLibTypeFlags flags
)
public:
TypeLibTypeAttribute(
    TypeLibTypeFlags flags
)
new : 
        flags:TypeLibTypeFlags -> TypeLibTypeAttribute
Public Sub New (
    flags As TypeLibTypeFlags
)

Parámetros

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

System.Runtime.InteropServices.TypeLibTypeFlags
TypeLibTypeAttribute Sobrecarga
Clase TypeLibTypeAttribute
Espacio de nombres System.Runtime.InteropServices

Volver al principio