_CustomAttributeBuilder Interface

Definição

Importante

Esta API não está em conformidade com CLS.

Expõe a CustomAttributeBuilder classe a um código não gerenciado.

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
Derivado
Atributos

Comentários

Essa interface destina-se ao acesso a classes gerenciadas de código não gerenciado e não deve ser chamada do código gerenciado.

Métodos

Nome Description
GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Mapeia um conjunto de nomes para um conjunto correspondente de identificadores de expedição.

GetTypeInfo(UInt32, UInt32, IntPtr)

Recupera as informações de tipo de um objeto, que podem ser usadas para obter as informações de tipo de uma interface.

GetTypeInfoCount(UInt32)

Retorna o número de interfaces de informações do tipo que um objeto fornece (0 ou 1).

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

Fornece acesso a propriedades e métodos expostos por um objeto.

Aplica-se a