Compartir a través de


Enumeración DESCKIND

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Utilice System.Runtime.InteropServices.ComTypes.DESCKIND en su lugar.

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

Sintaxis

[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public enum DESCKIND
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public enum class DESCKIND
[<SerializableAttribute>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
type DESCKIND
<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
Public Enumeration DESCKIND

Miembros

Nombre de miembro Descripción
DESCKIND_FUNCDESC

Indica que un System.Runtime.InteropServices.FUNCDESC devolvió.

DESCKIND_IMPLICITAPPOBJ

Indica que un IMPLICITAPPOBJ devolvió.

DESCKIND_MAX

Indica un marcador de fin de enumeración.

DESCKIND_NONE

Indica que se ha encontrado ninguna coincidencia.

DESCKIND_TYPECOMP

Indica que un TYPECOMP devolvió.

DESCKIND_VARDESC

Indica que un VARDESC devolvió.

Comentarios

Para obtener más información acerca de la DESCKIND enumeración, vea MSDN Library.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Espacio de nombres System.Runtime.InteropServices

Volver al principio