共用方式為


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 命名空間