UCOMITypeLib 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202
대신 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.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
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)를 해제합니다. |
적용 대상
.NET