ImportedFromTypeLibAttribute(String) 构造函数

定义

用原始类型库文件的名称初始化 ImportedFromTypeLibAttribute 类的新实例。

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)

参数

tlbFile
String

原始类型库文件的位置。

适用于