TYPEKIND Enumeración
Definición
Precaución
Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
Esta API está ya obsoleta.
public enum class TYPEKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum TYPEKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum TYPEKIND
[System.Serializable]
[System.Obsolete]
public enum TYPEKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type TYPEKIND =
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type TYPEKIND =
[<System.Serializable>]
[<System.Obsolete>]
type TYPEKIND =
Public Enum TYPEKIND
- Herencia
- Atributos
Campos
TKIND_ALIAS | 6 | Tipo que es un alias de otro tipo.A type that is an alias for another type. |
TKIND_COCLASS | 5 | Conjunto de interfaces de componentes implementados.A set of implemented components interfaces. |
TKIND_DISPATCH | 4 | Conjunto de métodos y propiedades a los que se puede tener acceso mediante |
TKIND_ENUM | 0 | Conjunto de enumeradores.A set of enumerators. |
TKIND_INTERFACE | 3 | Tipo que tiene funciones virtuales, todas puras.A type that has virtual functions, all of which are pure. |
TKIND_MAX | 8 | Marcador de fin de enumeración.End of enumeration marker. |
TKIND_MODULE | 2 | Módulo que sólo puede tener funciones y datos estáticos (por ejemplo, un archivo DLL).A module that can only have static functions and data (for example, a DLL). |
TKIND_RECORD | 1 | Estructura sin métodos.A structure with no methods. |
TKIND_UNION | 7 | Unión de todos los miembros que tienen desplazamiento cero.A union of all members that have an offset of zero. |
Comentarios
Para obtener información adicional acerca de TYPEKIND
, vea MSDN Library.For additional information about TYPEKIND
, see the MSDN Library.