WebPartMenuStyle.ICustomTypeDescriptor.GetProperties Method

Definition

Returns the properties for this instance of a component. This method implements the overloaded GetProperties method.

Overloads

ICustomTypeDescriptor.GetProperties()

Returns the properties for this instance of a component. This method implements the GetProperties() method overload.

ICustomTypeDescriptor.GetProperties(Attribute[])

Returns the properties for this instance of a component using the attribute array as a filter. This method implements the GetProperties(Attribute[]) method overload.

ICustomTypeDescriptor.GetProperties()

Returns the properties for this instance of a component. This method implements the GetProperties() method overload.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Returns

A PropertyDescriptorCollection that represents the properties for this object.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the WebPartMenuStyle instance is cast to an ICustomTypeDescriptor interface.

Applies to

ICustomTypeDescriptor.GetProperties(Attribute[])

Returns the properties for this instance of a component using the attribute array as a filter. This method implements the GetProperties(Attribute[]) method overload.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parameters

attributes
Attribute[]

An array of type Attribute used as a filter.

Returns

A PropertyDescriptorCollection that represents the filtered properties for this object.

Implements

Applies to