NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TYPEKIND Enumeration

[To be supplied.]

[Visual Basic]
Public Enum TYPEKIND
[C#]
public enum TYPEKIND
[C++]
public enum TYPEKIND

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
TKIND_ALIAS [To be supplied.]
TKIND_COCLASS [To be supplied.]
TKIND_DISPATCH [To be supplied.]
TKIND_ENUM [To be supplied.]
TKIND_INTERFACE [To be supplied.]
TKIND_MAX [To be supplied.]
TKIND_MODULE [To be supplied.]
TKIND_RECORD [To be supplied.]
TKIND_UNION [To be supplied.]

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

System.Runtime.InteropServices Namespace