Udostępnij za pośrednictwem


CodeTypeMember.CustomAttributes Właściwość

Definicja

Pobiera lub ustawia atrybuty niestandardowe elementu członkowskiego.

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

Wartość właściwości

Element CodeAttributeDeclarationCollection wskazujący atrybuty niestandardowe elementu członkowskiego.

Uwagi

Ta właściwość może służyć do dodawania atrybutów metadanych do deklaracji elementu członkowskiego.

Przestroga

Ta właściwość jest null domyślnie sprawdzana pod kątem zawartości przed odwoływaniem się do tej właściwości.

Dotyczy

Zobacz też