Compartilhar via


Construtor ImportedFromTypeLibAttribute (String)

 

Dica

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

Inicializa uma nova instância da classe ImportedFromTypeLibAttribute com o nome do arquivo de biblioteca de tipo original.

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

Sintaxe

public ImportedFromTypeLibAttribute(
    string tlbFile
)
public:
ImportedFromTypeLibAttribute(
    String^ tlbFile
)
new : 
        tlbFile:string -> ImportedFromTypeLibAttribute
Public Sub New (
    tlbFile As String
)

Parâmetros

  • tlbFile
    Type: System.String

    A localização 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