AxImporter.GetFileOfTypeLib(TYPELIBATTR) 메서드

정의

지정된 형식 라이브러리에 대한 경로와 파일 이름을 가져옵니다.

public:
 static System::String ^ GetFileOfTypeLib(System::Runtime::InteropServices::TYPELIBATTR % tlibattr);
public static string GetFileOfTypeLib (ref System.Runtime.InteropServices.TYPELIBATTR tlibattr);
static member GetFileOfTypeLib : TYPELIBATTR -> string
Public Shared Function GetFileOfTypeLib (ByRef tlibattr As TYPELIBATTR) As String

매개 변수

tlibattr
TYPELIBATTR

파일 이름을 검색할 형식 라이브러리를 나타내는 TYPELIBATTR입니다.

반환

String

지정된 형식 라이브러리에 대한 경로 및 파일 이름이거나, 라이브러리를 찾을 수 없을 경우 null입니다.

적용 대상