INVOKEKIND Enumeração
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
Use INVOKEKIND em seu lugar.
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
Nome | 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 de acesso de propriedade normal. |
INVOKE_PROPERTYPUT | 4 | A função é invocada usando uma sintaxe de atribuição de valor da propriedade. |
INVOKE_PROPERTYPUTREF | 8 | A função é invocada usando uma sintaxe de atribuição de referência de propriedade. |
Para obter informações adicionais sobre INVOKEKIND
, consulte a Biblioteca MSDN.
Produto | Versões (Obsoleto) |
---|---|
.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) |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: