LocalizableProperties.GetAttributes 方法

定义

获取此组件的属性的集合。

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

返回

AttributeCollection

返回特性的集合。

实现

注解

属性提供有关组件的属性和事件的信息。

适用于