Compartilhar via


Propriedade IDispatchImplAttribute.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 valor IDispatchImplType usado pela classe.

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

Sintaxe

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

Valor da Propriedade

Type: System.Runtime.InteropServices.IDispatchImplType

O IDispatchImplType usado pela classe de valor.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Classe IDispatchImplAttribute
Namespace System.Runtime.InteropServices

Retornar ao início