TYPEKIND Enum

Definition

Varning

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

Använd TYPEKIND i stället.

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.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 = 
Public Enum TYPEKIND
Arv
TYPEKIND
Attribut

Fält

Name Värde Description
TKIND_ENUM 0

En uppsättning uppräknare.

TKIND_RECORD 1

En struktur utan metoder.

TKIND_MODULE 2

En modul som bara kan ha statiska funktioner och data (till exempel en DLL).

TKIND_INTERFACE 3

En typ som har virtuella funktioner, som alla är rena.

TKIND_DISPATCH 4

En uppsättning metoder och egenskaper som är tillgängliga via IDispatch::Invoke. Som standard returnerar TKIND_DISPATCHdubbla gränssnitt .

TKIND_COCLASS 5

En uppsättning implementerade komponentgränssnitt.

TKIND_ALIAS 6

En typ som är ett alias för en annan typ.

TKIND_UNION 7

En union av alla medlemmar som har en förskjutning på noll.

TKIND_MAX 8

Uppräkningsmarkörens slut.

Kommentarer

Mer information om TYPEKINDfinns i MSDN-biblioteket.

Gäller för