PropertyInfo.GetRequiredCustomModifiers Metoda

Definice

Vrátí pole typů představující požadované vlastní modifikátory vlastnosti.

public:
 virtual cli::array <Type ^> ^ GetRequiredCustomModifiers();
public virtual Type[] GetRequiredCustomModifiers ();
abstract member GetRequiredCustomModifiers : unit -> Type[]
override this.GetRequiredCustomModifiers : unit -> Type[]
Public Overridable Function GetRequiredCustomModifiers () As Type()

Návraty

Type[]

Pole Type objektů, které identifikují požadované vlastní modifikátory aktuální vlastnosti, například IsConst nebo IsImplicitlyDereferenced.

Poznámky

Metody GetOptionalCustomModifiers a GetRequiredCustomModifiers jsou k dispozici pro návrháře spravovaných kompilátorů. Další informace o vlastních modifikátorech najdete v tématu IsBoxed a souvisejících třídách v System.Runtime.CompilerServices oboru názvů. Projděte si také specifikaci metadat v oddílu II specifikace Common Language Infrastructure (CLI).

Platí pro