ComponentGuaranteesAttribute(ComponentGuaranteesOptions) Konstruktor

Definition

Initialisiert eine neue Instanz der ComponentGuaranteesAttribute-Klasse mit einem Wert, der den garantierten Kompatibilitätsgrad einer Bibliothek, eines Typs oder eines Members über mehrere Versionen angibt.

public:
 ComponentGuaranteesAttribute(System::Runtime::Versioning::ComponentGuaranteesOptions guarantees);
public ComponentGuaranteesAttribute (System.Runtime.Versioning.ComponentGuaranteesOptions guarantees);
new System.Runtime.Versioning.ComponentGuaranteesAttribute : System.Runtime.Versioning.ComponentGuaranteesOptions -> System.Runtime.Versioning.ComponentGuaranteesAttribute
Public Sub New (guarantees As ComponentGuaranteesOptions)

Parameter

guarantees
ComponentGuaranteesOptions

Einer der Enumerationswerte, der die Ebene der Kompatibilität angibt, die über mehrere Versionen garantiert wird.

Hinweise

Wenn die Klasse instanziiert wird, wird der ComponentGuaranteesAttribute Wert des guarantees Parameters der Guarantees Eigenschaft zugewiesen.

Gilt für