PSObjectTypeDescriptor.GetAttributes Method

Definition

Returns a collection of type Attribute for this object.

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

Returns

An AttributeCollection with the attributes for this object.

Applies to