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 連結庫。