ImportedFromTypeLibAttribute(String) Constructor

Definition

Initializes a new instance of the ImportedFromTypeLibAttribute class with the name of the original type library file.

public:
 ImportedFromTypeLibAttribute(System::String ^ tlbFile);
public ImportedFromTypeLibAttribute (string tlbFile);
new System.Runtime.InteropServices.ImportedFromTypeLibAttribute : string -> System.Runtime.InteropServices.ImportedFromTypeLibAttribute
Public Sub New (tlbFile As String)

Parameters

tlbFile
String

The location of the original type library file.

Applies to