Compartilhar via


Propriedade ImportedFromTypeLibAttribute.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 nome do arquivo de biblioteca de tipos original.

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

Sintaxe

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

Valor da Propriedade

Type: System.String

O nome do arquivo de biblioteca de tipo original.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Classe ImportedFromTypeLibAttribute
Namespace System.Runtime.InteropServices

Retornar ao início