Compartilhar via


Enumeração INVOKEKIND

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Observação: Esta API agora está obsoleta.

Use System.Runtime.InteropServices.ComTypes.INVOKEKIND em seu lugar.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public enum INVOKEKIND
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public enum class INVOKEKIND
[<SerializableAttribute>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
type INVOKEKIND
<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
Public Enumeration INVOKEKIND

Membros

Nome do membro Descrição
INVOKE_FUNC

O membro é chamado usando uma sintaxe de invocação de função normal.

INVOKE_PROPERTYGET

A função é invocada usando uma sintaxe de acesso de propriedade normal.

INVOKE_PROPERTYPUT

A função é invocada usando uma sintaxe de atribuição de valor da propriedade.

INVOKE_PROPERTYPUTREF

A função é invocada usando uma sintaxe de atribuição de referência de propriedade.

Comentários

Para obter informações adicionais sobre INVOKEKIND, consulte a biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início