PSObjectTypeDescriptor.GetAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.