_FieldBuilder Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Expose la classe FieldBuilder au code non managé.
public interface class _FieldBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _FieldBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _FieldBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _FieldBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _FieldBuilder = interface
Public Interface _FieldBuilder
- Dérivé
- Attributs
Remarques
Cette interface est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.
Méthodes
GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Mappe un jeu de noms avec un jeu correspondant d'identificateurs de dispatch. |
GetTypeInfo(UInt32, UInt32, IntPtr) |
Récupère les informations de type pour un objet, qui peuvent être utilisées pour obtenir les informations de type d'une interface. |
GetTypeInfoCount(UInt32) |
Récupère le nombre d'interfaces d'informations de type fourni par un objet (0 ou 1). |
Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Fournit l'accès aux propriétés et aux méthodes exposées par un objet. |