INVOKEKIND 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
请改用 INVOKEKIND。
public enum class INVOKEKIND
C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum INVOKEKIND
C#
[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 库。
产品 | 版本 (已过时) |
---|---|
.NET Framework | 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |