CustomAttribute.Parent Proprietà

Definizione

Ottiene l'handle dell'entità di metadati a cui è applicato l'attributo.

public:
 property System::Reflection::Metadata::EntityHandle Parent { System::Reflection::Metadata::EntityHandle get(); };
public System.Reflection.Metadata.EntityHandle Parent { get; }
member this.Parent : System.Reflection.Metadata.EntityHandle
Public ReadOnly Property Parent As EntityHandle

Valore della proprietà

Commenti

Corrisponde al Parent campo della CustomAttribute tabella nello standard ECMA-335.

Si applica a