UCOMITypeLib 인터페이스

정의

주의

Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202

주의

이 API는 이제 사용되지 않습니다.

대신 ITypeLib를 사용하세요.

public interface class UCOMITypeLib
[System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMITypeLib
[System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMITypeLib
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00020402-0000-0000-c000-000000000046")]
public interface UCOMITypeLib
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMITypeLib = interface
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMITypeLib = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-c000-000000000046")>]
type UCOMITypeLib = interface
Public Interface UCOMITypeLib
특성

설명

인터페이스에 대한 ITypeLib 자세한 내용은 MSDN 라이브러리를 참조하세요.

메서드

FindName(String, Int32, UCOMITypeInfo[], Int32[], Int16)

형식 라이브러리에 들어 있는 형식 설명의 항목을 찾습니다.

GetDocumentation(Int32, String, String, Int32, String)

라이브러리의 설명서 문자열, 전체 도움말 파일 이름과 경로, 도움말 파일의 라이브러리 도움말 항목에 대한 컨텍스트 식별자를 검색합니다.

GetLibAttr(IntPtr)

라이브러리의 특성이 들어 있는 구조를 검색합니다.

GetTypeComp(UCOMITypeComp)

클라이언트 컴파일러가 라이브러리의 형식, 변수, 상수 및 전역 함수를 바인딩할 수 있도록 합니다.

GetTypeInfo(Int32, UCOMITypeInfo)

라이브러리에서 지정된 형식 설명을 검색합니다.

GetTypeInfoCount()

형식 라이브러리에 있는 형식 설명의 수를 반환합니다.

GetTypeInfoOfGuid(Guid, UCOMITypeInfo)

지정된 된 GUID에 해당 하는 형식 설명을 검색 합니다.

GetTypeInfoType(Int32, TYPEKIND)

형식 설명의 형식을 검색합니다.

GetTypeInfoType(Int32, TYPEKIND)

형식 설명의 형식을 검색합니다.

IsName(String, Int32)

라이브러리에 설명되어 있는 형식이나 멤버의 이름이 전달된 문자열에 들어 있는지 여부를 나타냅니다.

ReleaseTLibAttr(IntPtr)

TYPELIBATTR에서 처음 얻은 GetLibAttr(IntPtr)를 해제합니다.

적용 대상