FUNCDESC.funckind 字段

定义

指定函数是虚拟的、静态的还是仅支持调度的。Specifies whether the function is virtual, static, or dispatch-only.

public: System::Runtime::InteropServices::ComTypes::FUNCKIND funckind;
public System.Runtime.InteropServices.ComTypes.FUNCKIND funckind;
val mutable funckind : System.Runtime.InteropServices.ComTypes.FUNCKIND
Public funckind As FUNCKIND 

字段值

FUNCKIND

注解

有关详细信息,请参阅 FUNCDESC 结构For more information, see FUNCDESC structure.

适用于