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

元のタイプ ライブラリ ファイルの位置。

適用対象