INVOKEKIND 列舉

定義

警告

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

警告

此 API 現已淘汰。

請改用 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.Serializable]
[System.Obsolete]
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 = 
[<System.Serializable>]
[<System.Obsolete>]
type INVOKEKIND = 
Public Enum INVOKEKIND
繼承
INVOKEKIND
屬性

欄位

INVOKE_FUNC 1

成員使用一般函式引動過程語法來呼叫。

INVOKE_PROPERTYGET 2

函式使用一般屬性存取語法來叫用。

INVOKE_PROPERTYPUT 4

函式使用屬性值指派語法來叫用。

INVOKE_PROPERTYPUTREF 8

函式使用屬性參考指派語法來叫用。

備註

如需的詳細資訊 INVOKEKIND ,請參閱 MSDN library。

適用於