Compartilhar via


Propriedade ComDefaultInterfaceAttribute.Value

 

Dica

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

Obtém o objeto System.Type que especifica a interface padrão a ser exposta ao COM.

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

Sintaxe

public Type Value { get; }
public:
property Type^ Value {
    Type^ get();
}
member Value : Type with get
Public ReadOnly Property Value As Type

Valor da Propriedade

Type: System.Type

O System.Type objeto que especifica a interface padrão para expor COM.

Informações de Versão

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

Confira Também

Classe ComDefaultInterfaceAttribute
Namespace System.Runtime.InteropServices

Retornar ao início