CustomTypeDescriptor.GetAttributes Yöntem

Tanım

Bu tür tanımlayıcısı tarafından temsil edilen tür için özel özniteliklerden oluşan bir koleksiyon döndürür.

public:
 virtual System::ComponentModel::AttributeCollection ^ GetAttributes();
public virtual System.ComponentModel.AttributeCollection GetAttributes ();
abstract member GetAttributes : unit -> System.ComponentModel.AttributeCollection
override this.GetAttributes : unit -> System.ComponentModel.AttributeCollection
Public Overridable Function GetAttributes () As AttributeCollection

Döndürülenler

AttributeCollection Türün özniteliklerini içeren bir. Varsayılan değer: Empty.

Uygulamalar

Açıklamalar

Oluşturucuya CustomTypeDescriptor bir üst özel tür tanımlayıcısı geçirildiyse, GetAttributes yöntemi üst öğeye karşılık gelen yöntemi çağırır.

Şunlara uygulanır

Ayrıca bkz.