ReflectionPermissionAttribute.TypeInformation Eigenschaft

Definition

Achtung

ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.

Achtung

This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Achtung

Diese API ist nun veraltet.

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob Spiegelung von Elementen, die nicht sichtbar sind, zulässig ist.

public:
 property bool TypeInformation { bool get(); void set(bool value); };
[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]
public bool TypeInformation { 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>]
member this.TypeInformation : bool with get, set
Public Property TypeInformation As Boolean

Eigenschaftswert

truewenn Die Reflexion über nicht sichtbare Elemente zulässig ist; andernfalls . false

Attribute

Hinweise

Diese Eigenschaft ist jetzt veraltet. Das Reflektieren der Metadaten von Elementen, die nicht mehr sichtbar sind, ist nicht mehr erforderlich ReflectionPermission.

Gilt für: