AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties (Método) (array<Attribute[])
检索指定组件的实例的属性数组作为筛选器特性。
Espacio de nombres: Microsoft.VisualStudio.Data.AdoDotNet
Ensamblado: Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)
Sintaxis
'Declaración
Private Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
Attribute[] attributes
)
private:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
private override GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
JScript no admite implementaciones explícitas de interfaces.
Parámetros
attributes
Tipo: array<Attribute[]用于 Attribute 类型的数组,则返回的属性的筛选器定义。
Valor devuelto
Tipo: PropertyDescriptorCollection
返回表示该组件实例的筛选属性的 Attribute 类型数组。
Implementaciones
ICustomTypeDescriptor.GetProperties(Attribute)
Comentarios
此方法提供 GetProperties方法的实现。 有关更多信息在 .NET Framework 类库中看到 GetProperties 方法。
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.