UCOMITypeInfo 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use System.Runtime.InteropServices.ComTypes.ITypeInfo instead. http://go.microsoft.com/fwlink/?linkid=14202
대신 ITypeInfo를 사용하세요.
public interface class UCOMITypeInfo
[System.Runtime.InteropServices.Guid("00020401-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMITypeInfo
[System.Runtime.InteropServices.Guid("00020401-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeInfo instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMITypeInfo
[<System.Runtime.InteropServices.Guid("00020401-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMITypeInfo = interface
[<System.Runtime.InteropServices.Guid("00020401-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeInfo instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMITypeInfo = interface
Public Interface UCOMITypeInfo
- 특성
설명
에 대 한 자세한 내용은 ITypeInfo
, MSDN Library를 참조 합니다.
메서드
AddressOfMember(Int32, INVOKEKIND, IntPtr) |
사용되지 않음.
DLL에 정의된 것과 같은 정적 함수나 변수의 주소를 검색합니다. |
CreateInstance(Object, Guid, Object) |
사용되지 않음.
구성 요소 클래스(coclass)를 설명하는 형식의 새 인스턴스를 만듭니다. |
GetContainingTypeLib(UCOMITypeLib, Int32) |
사용되지 않음.
이 형식 설명과 해당 형식 라이브러리에 있는 인덱스를 포함하는 형식 라이브러리를 검색합니다. |
GetDllEntry(Int32, INVOKEKIND, String, String, Int16) |
사용되지 않음.
DLL에 있는 함수에 대한 진입점의 설명 또는 사양을 검색합니다. |
GetDocumentation(Int32, String, String, Int32, String) |
사용되지 않음.
설명서 문자열, 전체 도움말 파일 이름과 경로, 지정된 형식 설명에 대한 도움말 항목의 컨텍스트 ID를 검색합니다. |
GetFuncDesc(Int32, IntPtr) |
사용되지 않음.
지정된 함수에 대한 정보가 들어 있는 FUNCDESC 구조체를 검색합니다. |
GetIDsOfNames(String[], Int32, Int32[]) |
사용되지 않음.
멤버 이름과 멤버 ID, 매개 변수 이름과 매개 변수 ID를 매핑합니다. |
GetImplTypeFlags(Int32, Int32) |
사용되지 않음.
형식 설명의 구현된 인터페이스나 기본 인터페이스에 대한 IMPLTYPEFLAGS 값을 검색합니다. |
GetMops(Int32, String) |
사용되지 않음.
마샬링 정보를 검색합니다. |
GetNames(Int32, String[], Int32, Int32) |
사용되지 않음.
지정된 함수 ID에 해당하는 지정된 멤버 ID, 속성 이름 또는 메서드와 해당 매개 변수를 가진 변수를 검색합니다. |
GetRefTypeInfo(Int32, UCOMITypeInfo) |
사용되지 않음.
형식 설명이 다른 형식 설명을 참조하면 참조된 형식 설명을 검색합니다. |
GetRefTypeOfImplType(Int32, Int32) |
사용되지 않음.
형식 설명에서 COM 클래스를 설명하면 구현된 인터페이스 형식의 형식 설명을 검색합니다. |
GetTypeAttr(IntPtr) |
사용되지 않음.
형식 설명의 특성이 들어 있는 TYPEATTR 구조체를 검색합니다. |
GetTypeComp(UCOMITypeComp) |
사용되지 않음.
클라이언트 컴파일러가 형식 설명의 멤버를 바인딩할 수 있도록 하는 형식 설명에 대한 |
GetVarDesc(Int32, IntPtr) |
사용되지 않음.
지정된 변수를 설명하는 |
Invoke(Object, Int32, Int16, DISPPARAMS, Object, EXCEPINFO, Int32) |
사용되지 않음.
메서드를 호출하거나 개체의 속성에 액세스하여 형식 설명에서 설명한 인터페이스를 구현합니다. |
ReleaseFuncDesc(IntPtr) |
사용되지 않음.
이전에 FUNCDESC에 의해 반환된 GetFuncDesc(Int32, IntPtr)를 해제합니다. |
ReleaseTypeAttr(IntPtr) |
사용되지 않음.
이전에 TYPEATTR에 의해 반환된 GetTypeAttr(IntPtr)를 해제합니다. |
ReleaseVarDesc(IntPtr) |
사용되지 않음.
이전에 |
적용 대상
.NET