Поделиться через


Метод LocalizableTypeConverter.GetProperties (ITypeDescriptorContext, Object, array<Attribute )

Returns a collection of property descriptions for the specified object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Overrides Function GetProperties ( _
    context As ITypeDescriptorContext, _
    value As Object, _
    filter As Attribute() _
) As PropertyDescriptorCollection
'Применение
Dim instance As LocalizableTypeConverter 
Dim context As ITypeDescriptorContext 
Dim value As Object 
Dim filter As Attribute()
Dim returnValue As PropertyDescriptorCollection 

returnValue = instance.GetProperties(context, _
    value, filter)
public override PropertyDescriptorCollection GetProperties(
    ITypeDescriptorContext context,
    Object value,
    Attribute[] filter
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    ITypeDescriptorContext^ context, 
    Object^ value, 
    array<Attribute^>^ filter
) override
abstract GetProperties : 
        context:ITypeDescriptorContext * 
        value:Object * 
        filter:Attribute[] -> PropertyDescriptorCollection  
override GetProperties : 
        context:ITypeDescriptorContext * 
        value:Object * 
        filter:Attribute[] -> PropertyDescriptorCollection
public override function GetProperties(
    context : ITypeDescriptorContext, 
    value : Object, 
    filter : Attribute[]
) : PropertyDescriptorCollection

Параметры

  • value
    Тип: System.Object
    The object whose properties to get descriptions for.

Возвращаемое значение

Тип: System.ComponentModel.PropertyDescriptorCollection
The collection of property descriptions for the specified object.

См. также

Справочник

LocalizableTypeConverter Класс

Перегрузка GetProperties

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc