UCOMITypeLib Arabirim

Tanım

Dikkat

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

Bunun yerine ITypeLib kullanın.

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
Öznitelikler

Açıklamalar

Arabirim hakkında ITypeLib ek bilgi için msdn kitaplığına bakın.

Yöntemler

FindName(String, Int32, UCOMITypeInfo[], Int32[], Int16)
Geçersiz.

Tür kitaplığında tür açıklamasının oluşumlarını bulur.

GetDocumentation(Int32, String, String, Int32, String)
Geçersiz.

Kitaplığın belge dizesini, Yardım dosyasının adını ve yolunun tamamını ve Yardım dosyasındaki kitaplık Yardım konusunun bağlam tanımlayıcısını alır.

GetLibAttr(IntPtr)
Geçersiz.

Kitaplığın özniteliklerini içeren yapıyı alır.

GetTypeComp(UCOMITypeComp)
Geçersiz.

İstemci derleyicinin kitaplığın türlerine, değişkenlerine, sabitlerine ve genel işlevlerine bağlanmasına olanak tanır.

GetTypeInfo(Int32, UCOMITypeInfo)
Geçersiz.

Kitaplıkta belirtilen tür açıklamasını alır.

GetTypeInfoCount()
Geçersiz.

Tür kitaplığındaki tür açıklamalarının sayısını döndürür.

GetTypeInfoOfGuid(Guid, UCOMITypeInfo)
Geçersiz.

Belirtilen GUID'ye karşılık gelen tür açıklamasını alır.

GetTypeInfoType(Int32, TYPEKIND)
Geçersiz.

Tür açıklamasının türünü alır.

GetTypeInfoType(Int32, TYPEKIND)
Geçersiz.

Tür açıklamasının türünü alır.

IsName(String, Int32)
Geçersiz.

Geçirilen dizenin kitaplıkta açıklanan bir türün veya üyenin adını içerip içermediğini gösterir.

ReleaseTLibAttr(IntPtr)
Geçersiz.

başlangıçta sürümünden TYPELIBATTRGetLibAttr(IntPtr)alınan öğesini serbest bırakır.

Şunlara uygulanır