INVOKEKIND Enumeração
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
Utilize INVOKEKIND em substituição.
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
- Herança
- Atributos
Campos
| Name | Valor | Description |
|---|---|---|
| INVOKE_FUNC | 1 | O membro é chamado usando uma sintaxe de invocação de função normal. |
| INVOKE_PROPERTYGET | 2 | A função é invocada usando uma sintaxe normal de acesso a propriedades. |
| INVOKE_PROPERTYPUT | 4 | A função é invocada usando uma sintaxe de atribuição de valor de propriedade. |
| INVOKE_PROPERTYPUTREF | 8 | A função é invocada usando uma sintaxe de atribuição de referência de propriedades. |
Observações
Para informações adicionais sobre INVOKEKIND, consulte a Biblioteca MSDN.