SubMenuStyle::ICustomTypeDescriptor::GetProperties Method (array<Attribute^>^)

 

For a description of this member, see ICustomTypeDescriptor::GetProperties(array<Attribute^>^).

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual PropertyDescriptorCollection^ GetProperties(
	array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetProperties

Parameters

attributes
Type: array<System::Attribute^>^

An array of type Attribute that is used as a filter.

Return Value

Type: System.ComponentModel::PropertyDescriptorCollection^

A PropertyDescriptorCollection object that contains the filtered properties for this instance.

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

.NET Framework
Available since 2.0
Return to top
Show: