DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Egy összetevő jelen példányának tulajdonságait adja vissza.
Túlterhelések
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetProperties() |
Egy összetevő jelen példányának tulajdonságait adja vissza. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Egy összetevő jelen példányának tulajdonságait adja vissza, amely szűrőként használja az attribútumtömböt. |
ICustomTypeDescriptor.GetProperties()
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
Egy összetevő jelen példányának tulajdonságait adja vissza.
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
Válaszok
Az PropertyDescriptorCollection összetevőpéldány tulajdonságait képviselő tulajdonság.
Megvalósítás
- Attribútumok
Megjegyzések
Ez a tag egy explicit felületi tag implementációja. Csak akkor használható, ha a DbConnectionStringBuilder példányt egy ICustomTypeDescriptor felületre öntötték.
További információért lásd GetProperties.
Lásd még
A következőre érvényes:
ICustomTypeDescriptor.GetProperties(Attribute[])
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
Egy összetevő jelen példányának tulajdonságait adja vissza, amely szűrőként használja az attribútumtömböt.
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
Paraméterek
Válaszok
Az PropertyDescriptorCollection összetevőpéldány szűrt tulajdonságait képviselő tulajdonság.
Megvalósítás
- Attribútumok
Megjegyzések
Ez a tag egy explicit felületi tag implementációja. Csak akkor használható, ha a DbConnectionStringBuilder példányt egy ICustomTypeDescriptor felületre öntötték.
További információért lásd GetProperties.