다음을 통해 공유


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 네임스페이스