INVOKEKIND 枚举

定义

注意

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

请改用 INVOKEKIND

public enum class INVOKEKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum INVOKEKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum INVOKEKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type INVOKEKIND = 
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type INVOKEKIND = 
Public Enum INVOKEKIND
继承
INVOKEKIND
属性

字段

INVOKE_FUNC 1

使用常规函数调用语法调用该成员。

INVOKE_PROPERTYGET 2

使用常规属性访问语法调用该函数。

INVOKE_PROPERTYPUT 4

使用属性值赋值语法调用该函数。

INVOKE_PROPERTYPUTREF 8

使用属性引用赋值语法调用该函数。

注解

有关 的其他 INVOKEKIND信息,请参阅 MSDN 库。

适用于