_Attribute Interface

Definição

Importante

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

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

public interface class _Attribute
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("917B14D0-2D9E-38B8-92A9-381ACF52F7C0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _Attribute
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("917B14D0-2D9E-38B8-92A9-381ACF52F7C0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _Attribute
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("917B14D0-2D9E-38B8-92A9-381ACF52F7C0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _Attribute = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("917B14D0-2D9E-38B8-92A9-381ACF52F7C0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _Attribute = interface
Public Interface _Attribute
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