MetadataBuilder.AddCustomAttribute Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přidá vlastní atribut.
public:
System::Reflection::Metadata::CustomAttributeHandle AddCustomAttribute(System::Reflection::Metadata::EntityHandle parent, System::Reflection::Metadata::EntityHandle constructor, System::Reflection::Metadata::BlobHandle value);
public System.Reflection.Metadata.CustomAttributeHandle AddCustomAttribute (System.Reflection.Metadata.EntityHandle parent, System.Reflection.Metadata.EntityHandle constructor, System.Reflection.Metadata.BlobHandle value);
member this.AddCustomAttribute : System.Reflection.Metadata.EntityHandle * System.Reflection.Metadata.EntityHandle * System.Reflection.Metadata.BlobHandle -> System.Reflection.Metadata.CustomAttributeHandle
Public Function AddCustomAttribute (parent As EntityHandle, constructor As EntityHandle, value As BlobHandle) As CustomAttributeHandle
Parametry
- parent
- EntityHandle
Entita pro připojení vlastního atributu MethodDefinitionHandlek : , FieldDefinitionHandle, TypeReferenceHandle, TypeDefinitionHandle, ParameterHandle, InterfaceImplementationHandle, MemberReferenceHandle, ModuleDefinitionHandleEventDefinitionHandleDeclarativeSecurityAttributeHandlePropertyDefinitionHandle, StandaloneSignatureHandle, ModuleReferenceHandle, AssemblyReferenceHandleAssemblyFileHandleAssemblyDefinitionHandleTypeSpecificationHandleManifestResourceHandleGenericParameterHandleExportedTypeHandleGenericParameterConstraintHandlenebo .MethodSpecificationHandle
- constructor
- EntityHandle
Konstruktor vlastního atributu: a MethodDefinitionHandle nebo MemberReferenceHandle.
- value
- BlobHandle
Objekt blob s hodnotou vlastního atributu
Návraty
Popisovač přidaného vlastního atributu.
Výjimky
parent
nemá očekávaný druh popisovače.
Poznámky
Položky mohou být přidány v libovolném pořadí. Tabulka se automaticky seřadí při serializaci.