_PropertyInfo Interface

Définition

Important

Cette API n’est pas conforme CLS.

Expose les membres publics de la classe PropertyInfo au 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 classe System.Reflection.PropertyInfo accessibles par les objets COM non managés.

Propriétés

Attributes

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

CanRead

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

CanWrite

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

DeclaringType

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

IsSpecialName

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

MemberType

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

Name

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

PropertyType

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

ReflectedType

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

Méthodes

Equals(Object)

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

GetAccessors()

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

GetAccessors(Boolean)

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

GetCustomAttributes(Boolean)

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

GetCustomAttributes(Type, Boolean)

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

GetGetMethod()

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

GetGetMethod(Boolean)

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

GetHashCode()

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

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

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

GetIndexParameters()

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

GetSetMethod()

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

GetSetMethod(Boolean)

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

GetType()

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

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).

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

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

GetValue(Object, Object[])

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

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.

IsDefined(Type, Boolean)

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

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

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

SetValue(Object, Object, Object[])

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

ToString()

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

S’applique à