CodeTypeMember.CustomAttributes Eigenschap

Definitie

Hiermee worden de aangepaste kenmerken van het lid opgehaald of ingesteld.

public:
 property System::CodeDom::CodeAttributeDeclarationCollection ^ CustomAttributes { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); void set(System::CodeDom::CodeAttributeDeclarationCollection ^ value); };
public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get; set; }
member this.CustomAttributes : System.CodeDom.CodeAttributeDeclarationCollection with get, set
Public Property CustomAttributes As CodeAttributeDeclarationCollection

Waarde van eigenschap

Een CodeAttributeDeclarationCollection die de aangepaste kenmerken van het lid aangeeft.

Opmerkingen

Deze eigenschap kan worden gebruikt om metagegevenskenmerken toe te voegen aan de declaratie van het lid.

Caution

Deze eigenschap is null standaard en moet worden gecontroleerd op inhoud voordat ernaar wordt verwezen.

Van toepassing op

Zie ook