_CustomAttributeBuilder Interfejs

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Uwidacznia CustomAttributeBuilder klasę w kodzie niezarządzanym.

public interface class _CustomAttributeBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _CustomAttributeBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _CustomAttributeBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _CustomAttributeBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _CustomAttributeBuilder = interface
Public Interface _CustomAttributeBuilder
Pochodne
Atrybuty

Uwagi

Ten interfejs służy do uzyskiwania dostępu do zarządzanych klas z niezarządzanego kodu i nie należy go wywoływać z kodu zarządzanego.

Metody

GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Zestaw nazw jest mapowany na odpowiedni zestaw identyfikatorów wysyłania.

GetTypeInfo(UInt32, UInt32, IntPtr)

Pobiera informacje o typie dla obiektu, którego można użyć do uzyskania informacji o typie dla interfejsu.

GetTypeInfoCount(UInt32)

Pobiera informację o liczbie typów interfejsów, jakie zawiera obiekt (0 lub 1).

Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

Umożliwia dostęp do właściwości i metod udostępnianych przez obiekt.

Dotyczy