DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Methode

Definitie

Retourneert de eigenschappen voor dit exemplaar van een onderdeel.

Overloads

Name Description
ICustomTypeDescriptor.GetProperties()

Retourneert de eigenschappen voor dit exemplaar van een onderdeel.

ICustomTypeDescriptor.GetProperties(Attribute[])

Retourneert de eigenschappen voor dit exemplaar van een onderdeel met behulp van de kenmerkmatrix als filter.

ICustomTypeDescriptor.GetProperties()

Bron:
DbConnectionStringBuilder.cs
Bron:
DbConnectionStringBuilder.cs
Bron:
DbConnectionStringBuilder.cs
Bron:
DbConnectionStringBuilder.cs
Bron:
DbConnectionStringBuilder.cs

Retourneert de eigenschappen voor dit exemplaar van een onderdeel.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
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 onderdeelexemplaren vertegenwoordigt.

Implementeringen

Kenmerken

Opmerkingen

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

Zie GetProperties voor meer informatie.

Zie ook

Van toepassing op

ICustomTypeDescriptor.GetProperties(Attribute[])

Bron:
DbConnectionStringBuilder.cs
Bron:
DbConnectionStringBuilder.cs
Bron:
DbConnectionStringBuilder.cs
Bron:
DbConnectionStringBuilder.cs
Bron:
DbConnectionStringBuilder.cs

Retourneert de eigenschappen voor dit exemplaar van een onderdeel met behulp van de kenmerkmatrix als filter.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
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 die de gefilterde eigenschappen voor dit onderdeelexemplaren vertegenwoordigt.

Implementeringen

Kenmerken

Opmerkingen

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

Zie GetProperties voor meer informatie.

Zie ook

Van toepassing op