DESCKIND Enumerazione

Definizione

Attenzione

Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202

In alternativa, utilizzare DESCKIND.

C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum DESCKIND
C#
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum DESCKIND
Ereditarietà
DESCKIND
Attributi

Campi

Nome Valore Descrizione
DESCKIND_FUNCDESC 1

Indica che è stato restituito un oggetto FUNCDESC.

DESCKIND_IMPLICITAPPOBJ 4

Indica che è stato restituito un oggetto IMPLICITAPPOBJ.

DESCKIND_MAX 5

Indica la fine di un marcatore di enumerazione.

DESCKIND_NONE 0

Indica che non è stata trovata alcuna corrispondenza.

DESCKIND_TYPECOMP 3

Indica che è stato restituito un oggetto TYPECOMP.

DESCKIND_VARDESC 2

Indica che è stato restituito un oggetto VARDESC.

Commenti

Per altre informazioni sull'enumerazione DESCKIND , vedere MSDN Library.

Si applica a

Prodotto Versioni (Obsoleto)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)