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

원본 형식 라이브러리 파일의 위치입니다.

적용 대상