DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna as propriedades dessa instância de um componente.
Sobrecargas
| Nome | Description |
|---|---|
| ICustomTypeDescriptor.GetProperties() |
Retorna as propriedades dessa instância de um componente. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Retorna as propriedades dessa instância de um componente usando a matriz de atributos como um filtro. |
ICustomTypeDescriptor.GetProperties()
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
Retorna as propriedades dessa 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
Retornos
Um PropertyDescriptorCollection que representa as propriedades dessa instância de componente.
Implementações
- Atributos
Comentários
Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a DbConnectionStringBuilder instância é convertida em uma ICustomTypeDescriptor interface.
Para obter mais informações, consulte GetProperties.
Confira também
Aplica-se a
ICustomTypeDescriptor.GetProperties(Attribute[])
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
- Origem:
- DbConnectionStringBuilder.cs
Retorna as propriedades dessa instância de um componente usando a matriz de atributos como um 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
Retornos
Um PropertyDescriptorCollection que representa as propriedades filtradas para essa instância de componente.
Implementações
- Atributos
Comentários
Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a DbConnectionStringBuilder instância é convertida em uma ICustomTypeDescriptor interface.
Para obter mais informações, consulte GetProperties.