Share via


AssemblyFlagsAttribute.Flags Properti

Definisi

Perhatian

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

Perhatian

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

Perhatian

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

Penting

API ini bukan kompatibel CLS.

Alternatif kompatibel CLS
System.Reflection.AssemblyFlagsAttribute.AssemblyFlags

Mendapatkan nilai bilangan bulat yang tidak ditandatangani yang mewakili kombinasi AssemblyNameFlags bendera yang ditentukan saat instans atribut ini dibuat.

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

Nilai Properti

Nilai bilangan bulat yang tidak ditandatangani mewakili kombinasi AssemblyNameFlags bendera bitwise.

Atribut

Keterangan

Properti ini mengembalikan bilangan bulat untuk kompatibilitas mundur. Transmisikan nilai ke AssemblyNameFlags jenis sebelum menggunakannya.

Berlaku untuk

Lihat juga