Freigeben über


ImportedFromTypeLibAttribute-Konstruktor: (String)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der der ImportedFromTypeLibAttribute Klasse mit dem Namen der ursprünglichen Typbibliotheksdatei an.

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

Syntax

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

Parameter

  • tlbFile
    Type: System.String

    Der Speicherort der ursprünglichen Typbibliotheksdatei an.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

ImportedFromTypeLibAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang