AssemblyFlagsAttribute.Flags Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202
Przestroga
AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.
Przestroga
This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
- Alternatywa zgodna ze specyfikacją CLS
- System.Reflection.AssemblyFlagsAttribute.AssemblyFlags
Pobiera niepodpisaną wartość całkowitą reprezentującą kombinację AssemblyNameFlags flag określonych podczas tworzenia tego wystąpienia atrybutu.
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
Wartość właściwości
Niepodpisane wartości całkowite reprezentujące bitową kombinację AssemblyNameFlags flag.
- Atrybuty
Uwagi
Ta właściwość zwraca liczbę całkowitą na potrzeby zgodności z poprzednimi wersjami. Rzutuj wartość na AssemblyNameFlags typ przed jego użyciem.