DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve as propriedades para esta instância de um componente.
Sobrecargas
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetProperties() |
Devolve as propriedades para esta instância de um componente. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Devolve as propriedades para esta instância de um componente usando o array de atributos como filtro. |
ICustomTypeDescriptor.GetProperties()
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
Devolve as propriedades para esta instância de um componente.
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
Devoluções
A PropertyDescriptorCollection que representa as propriedades desta instância componente.
Implementações
- Atributos
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DbConnectionStringBuilder instância é transmitida para uma ICustomTypeDescriptor interface.
Para obter mais informações, veja GetProperties.
Ver também
Aplica-se a
ICustomTypeDescriptor.GetProperties(Attribute[])
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
Devolve as propriedades para esta instância de um componente usando o array de atributos como filtro.
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
Parâmetros
Devoluções
A PropertyDescriptorCollection que representa as propriedades filtradas para esta instância componente.
Implementações
- Atributos
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DbConnectionStringBuilder instância é transmitida para uma ICustomTypeDescriptor interface.
Para obter mais informações, veja GetProperties.