DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Methode

Definition

Gibt die Eigenschaften für diese Instanz einer Komponente zurück.

Überlädt

Name Beschreibung
ICustomTypeDescriptor.GetProperties()

Gibt die Eigenschaften für diese Instanz einer Komponente zurück.

ICustomTypeDescriptor.GetProperties(Attribute[])

Gibt die Eigenschaften für diese Instanz einer Komponente zurück, die das Attributarray als Filter verwendet.

ICustomTypeDescriptor.GetProperties()

Quelle:
DbConnectionStringBuilder.cs
Quelle:
DbConnectionStringBuilder.cs
Quelle:
DbConnectionStringBuilder.cs
Quelle:
DbConnectionStringBuilder.cs
Quelle:
DbConnectionStringBuilder.cs

Gibt die Eigenschaften für diese Instanz einer Komponente zurück.

 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

Gibt zurück

A PropertyDescriptorCollection that represents the properties for this component instance.

Implementiert

Attribute

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die DbConnectionStringBuilder Instanz in eine ICustomTypeDescriptor Schnittstelle umgegossen wird.

Weitere Informationen finden Sie unter GetProperties.

Weitere Informationen

Gilt für:

ICustomTypeDescriptor.GetProperties(Attribute[])

Quelle:
DbConnectionStringBuilder.cs
Quelle:
DbConnectionStringBuilder.cs
Quelle:
DbConnectionStringBuilder.cs
Quelle:
DbConnectionStringBuilder.cs
Quelle:
DbConnectionStringBuilder.cs

Gibt die Eigenschaften für diese Instanz einer Komponente zurück, die das Attributarray als Filter verwendet.

 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

Parameter

attributes
Attribute[]

Ein Array vom Typ Attribute , das als Filter verwendet wird.

Gibt zurück

A PropertyDescriptorCollection that represents the filtered properties for this component instance.

Implementiert

Attribute

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die DbConnectionStringBuilder Instanz in eine ICustomTypeDescriptor Schnittstelle umgegossen wird.

Weitere Informationen finden Sie unter GetProperties.

Weitere Informationen

Gilt für: