Metoda GetProperties (ITypeDescriptorContext, Object, Attribute[])
Zwraca kolekcja opisy właściwość dla określonego obiektu. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Overrides Function GetProperties ( _
context As ITypeDescriptorContext, _
value As Object, _
filter As Attribute() _
) As PropertyDescriptorCollection
'Użycie
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
Parameters
- context
Typ: System.ComponentModel. . :: . .ITypeDescriptorContext
ITypeDescriptorContext Obiekt zawierający informacje kontekstu. Ta wartość nie jest używany.
- value
Typ: System. . :: . .Object
Obiekt którego właściwości, aby uzyskać opisy.
- filter
Typ: array<System. . :: . .Attribute> [] () [] []
Tablica Attribute obiektów, które jest używany jako filtr. Ta wartość nie jest używany.
Wartość zwracana
Typ: System.ComponentModel. . :: . .PropertyDescriptorCollection
Kolekcja opisy właściwość dla określonego obiektu.