SubMenuStyle.ICustomTypeDescriptor.GetProperties Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
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.