_PropertyInfo Interface

Définition

Important

Cette API n’est pas conforme CLS.

Expose les membres publics de la classe à du PropertyInfo code non managé.

public interface class _PropertyInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _PropertyInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _PropertyInfo
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _PropertyInfo = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _PropertyInfo = interface
Public Interface _PropertyInfo
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é.

Cette interface conserve l’ordre vtable des membres de System.Reflection.PropertyInfo classe accessibles par des objets COM non managés.

Propriétés

Nom Description
Attributes

Fournit aux objets COM un accès indépendant de la version à la Attributes propriété.

CanRead

Fournit aux objets COM un accès indépendant de la version à la CanRead propriété.

CanWrite

Fournit aux objets COM un accès indépendant de la version à la CanWrite propriété.

DeclaringType

Fournit aux objets COM un accès indépendant de la version à la DeclaringType propriété.

IsSpecialName

Fournit aux objets COM un accès indépendant de la version à la IsSpecialName propriété.

MemberType

Fournit aux objets COM un accès indépendant de la version à la MemberType propriété.

Name

Fournit aux objets COM un accès indépendant de la version à la Name propriété.

PropertyType

Fournit aux objets COM un accès indépendant de la version à la PropertyType propriété.

ReflectedType

Fournit aux objets COM un accès indépendant de la version à la ReflectedType propriété.

Méthodes

Nom Description
Equals(Object)

Fournit aux objets COM un accès indépendant de la version à la Equals(Object) méthode.

GetAccessors()

Fournit aux objets COM un accès indépendant de la version à la GetAccessors() méthode.

GetAccessors(Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetAccessors(Boolean) méthode.

GetCustomAttributes(Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetCustomAttributes(Boolean) méthode.

GetCustomAttributes(Type, Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetCustomAttributes(Type, Boolean) méthode.

GetGetMethod()

Fournit aux objets COM un accès indépendant de la version à la GetGetMethod() méthode.

GetGetMethod(Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetGetMethod(Boolean) méthode.

GetHashCode()

Fournit aux objets COM un accès indépendant de la version à la GetHashCode() méthode.

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

Mappe un jeu de noms avec un jeu correspondant d'identificateurs de dispatch.

GetIndexParameters()

Fournit aux objets COM un accès indépendant de la version à la GetIndexParameters() méthode.

GetSetMethod()

Fournit aux objets COM un accès indépendant de la version à la GetSetMethod() méthode.

GetSetMethod(Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetSetMethod(Boolean) méthode.

GetType()

Fournit aux objets COM un accès indépendant de la version à la GetType() méthode.

GetTypeInfo(UInt32, UInt32, IntPtr)

Récupère les informations de type d’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).

GetValue(Object, BindingFlags, Binder, Object[], CultureInfo)

Fournit aux objets COM un accès indépendant de la version à la GetValue(Object, BindingFlags, Binder, Object[], CultureInfo) méthode.

GetValue(Object, Object[])

Fournit aux objets COM un accès indépendant de la version à la GetValue(Object, Object[]) méthode.

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

Fournit l’accès aux propriétés et méthodes exposées par un objet.

IsDefined(Type, Boolean)

Fournit aux objets COM un accès indépendant de la version à la IsDefined(Type, Boolean) méthode.

SetValue(Object, Object, BindingFlags, Binder, Object[], CultureInfo)

Fournit aux objets COM un accès indépendant de la version à la SetValue(Object, Object, BindingFlags, Binder, CultureInfo) méthode.

SetValue(Object, Object, Object[])

Fournit aux objets COM un accès indépendant de la version à la SetValue(Object, Object, Object[]) méthode.

ToString()

Fournit aux objets COM un accès indépendant de la version à la ToString() méthode.

S’applique à