AssemblyFlagsAttribute.Flags Propriété

Définition

Attention

This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202

Attention

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

Attention

This property has been deprecated. Please use AssemblyFlags instead. http://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 qui représente la combinaison d'indicateurs AssemblyNameFlags spécifiée au moment de la création de cette instance de l'attribut.

public:
 property System::UInt32 Flags { System::UInt32 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)]
[System.Obsolete("AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.")]
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)]
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")>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
[<System.Obsolete("AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.")>]
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)>]
member this.Flags : uint32
Public ReadOnly Property Flags As UInteger

Valeur de propriété

Valeur entière non signée représentant une combinaison d'opérations de bits d'indicateurs AssemblyNameFlags.

Attributs

Remarques

Cette propriété retourne un entier pour la compatibilité descendante. Castez la valeur en type avant de l’utiliser AssemblyNameFlags .

S’applique à

Voir aussi