Compartilhar via


Enumeração ComMemberType

 

Dica

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

Descreve o tipo de um membro de COM.

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

Sintaxe

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum ComMemberType
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class ComMemberType
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type ComMemberType
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration ComMemberType

Membros

Nome do membro Descrição
Method

O membro é um método normal.

PropGet

O membro obtém propriedades.

PropSet

O membro define propriedades.

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início