AssemblyFlagsAttribute.Flags 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
This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202
Attention
This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202
Important
Cette API n’est pas conforme CLS.
- Alternative à la conformité CLS
- System.Reflection.AssemblyFlagsAttribute.AssemblyFlags
Obtient une valeur entière non signée représentant la combinaison d’indicateurs spécifié lors de AssemblyNameFlags la création de cette instance d’attribut.
public:
property System::UInt32 Flags { System::UInt32 get(); };
[System.CLSCompliant(false)]
public uint Flags { get; }
[System.CLSCompliant(false)]
[System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public uint Flags { get; }
[System.CLSCompliant(false)]
[System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public uint Flags { get; }
[<System.CLSCompliant(false)>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
[<System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
[<System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Flags : uint32
Public ReadOnly Property Flags As UInteger
Valeur de propriété
Valeur entière non signée représentant une combinaison de bits d’indicateurs AssemblyNameFlags .
- Attributs
Remarques
Cette propriété retourne un entier pour la compatibilité descendante. Convertissez la valeur en AssemblyNameFlags type avant de l’utiliser.