Compartilhar via


Enumeração DESCKIND

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Observação: Esta API agora está obsoleta.

Use System.Runtime.InteropServices.ComTypes.DESCKIND em seu lugar.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

[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

Membros

Nome do membro Descrição
DESCKIND_FUNCDESC

Indica que um System.Runtime.InteropServices.FUNCDESC foi retornado.

DESCKIND_IMPLICITAPPOBJ

Indica que um IMPLICITAPPOBJ foi retornado.

DESCKIND_MAX

Indica um final do marcador de enumeração.

DESCKIND_NONE

Indica que nenhuma correspondência foi encontrada.

DESCKIND_TYPECOMP

Indica que um TYPECOMP foi retornado.

DESCKIND_VARDESC

Indica que um VARDESC foi retornado.

Comentários

Para obter mais informações sobre o DESCKIND enumeração, consulte a biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início