SubMenuStyle.ICustomTypeDescriptor.GetProperties Methode

Definitie

Zie voor een beschrijving van dit lid GetProperties.

Overloads

Name Description
ICustomTypeDescriptor.GetProperties()

Zie voor een beschrijving van dit lid GetProperties().

ICustomTypeDescriptor.GetProperties(Attribute[])

Zie voor een beschrijving van dit lid GetProperties(Attribute[]).

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het SubMenuStyle exemplaar naar de ICustomTypeDescriptor interface wordt gecast.

ICustomTypeDescriptor.GetProperties()

Zie voor een beschrijving van dit lid GetProperties().

 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

Retouren

Een PropertyDescriptorCollection die de eigenschappen voor dit exemplaar bevat.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het SubMenuStyle exemplaar naar de ICustomTypeDescriptor interface wordt gecast.

Van toepassing op

ICustomTypeDescriptor.GetProperties(Attribute[])

Zie voor een beschrijving van dit lid GetProperties(Attribute[]).

 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[]

Een matrix van het type Attribute dat wordt gebruikt als filter.

Retouren

Een PropertyDescriptorCollection object dat de gefilterde eigenschappen voor dit exemplaar bevat.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het SubMenuStyle exemplaar naar de ICustomTypeDescriptor interface wordt gecast.

Van toepassing op