DynamicAttribute.TransformFlags 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.
Spécifie, dans le parcours d'un préfixe de la construction d'un type, que les occurrences de Object doivent être traitées en tant que type distribué dynamiquement.
public:
property System::Collections::Generic::IList<bool> ^ TransformFlags { System::Collections::Generic::IList<bool> ^ get(); };
public System.Collections.Generic.IList<bool> TransformFlags { get; }
member this.TransformFlags : System.Collections.Generic.IList<bool>
Public ReadOnly Property TransformFlags As IList(Of Boolean)
Valeur de propriété
Liste des occurrences de Object qui doivent être traitées en tant que type distribué dynamiquement.