ImportedFromTypeLibAttribute(String) 建構函式

定義

使用原始型別程式庫檔案 (Type Library File) 的名稱,初始化 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

原始型別程式庫檔案的位置。

適用於