ReflectionPermissionAttribute.TypeInformation Propriété
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.
Attention
Cette API est à présent déconseillée.
Attention
ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.
Attention
This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Attention
not enforced in 2.0+
Obtient ou définit une valeur indiquant si la réflexion sur des membres qui ne sont pas visibles est autorisée.
public:
property bool TypeInformation { bool get(); void set(bool value); };
[System.Obsolete]
public bool TypeInformation { get; set; }
[System.Obsolete("ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.")]
public bool TypeInformation { get; set; }
public bool TypeInformation { get; set; }
[System.Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public bool TypeInformation { get; set; }
[System.Obsolete("not enforced in 2.0+")]
public bool TypeInformation { get; set; }
[<System.Obsolete>]
member this.TypeInformation : bool with get, set
[<System.Obsolete("ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.")>]
member this.TypeInformation : bool with get, set
member this.TypeInformation : bool with get, set
[<System.Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.TypeInformation : bool with get, set
[<System.Obsolete("not enforced in 2.0+")>]
member this.TypeInformation : bool with get, set
Public Property TypeInformation As Boolean
Valeur de propriété
true
si la réflexion sur des membres qui ne sont pas visibles est autorisée ; sinon, false
.
- Attributs
Remarques
cette propriété est désormais obsolète. La réflexion sur les métadonnées des membres qui ne sont plus visibles ne nécessite ReflectionPermissionplus .