INVOKEKIND 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
- 继承
- 属性
字段
INVOKE_FUNC | 1 | 使用常规函数调用语法调用该成员。 |
INVOKE_PROPERTYGET | 2 | 使用常规属性访问语法调用该函数。 |
INVOKE_PROPERTYPUT | 4 | 使用属性值赋值语法调用该函数。 |
INVOKE_PROPERTYPUTREF | 8 | 使用属性引用赋值语法调用该函数。 |
注解
有关 的其他 INVOKEKIND
信息,请参阅 MSDN 库。