DataRowView.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 com atributos especificados. |
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DataRowView instância é transmitida para uma ICustomTypeDescriptor interface.
ICustomTypeDescriptor.GetProperties()
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.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
As propriedades para esta instância de um componente.
Implementações
- Atributos
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DataRowView instância é transmitida para uma ICustomTypeDescriptor interface.
Aplica-se a
ICustomTypeDescriptor.GetProperties(Attribute[])
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
Devolve as propriedades para esta instância de um componente com atributos especificados.
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
- attributes
- Attribute[]
Os atributos.
Devoluções
As propriedades para esta instância de um componente.
Implementações
- Atributos
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DataRowView instância é transmitida para uma ICustomTypeDescriptor interface.