VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.TypeConverters Namespace / PaddingFConverter Class / GetPropertiesSupported Methods / GetPropertiesSupported(ITypeDescriptorContext) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetPropertiesSupported(ITypeDescriptorContext) Метод (PaddingFConverter)
    В этом разделе
    Определяет, что этот объект поддерживает свойства.
    Синтаксис
    'Declaration
    
    Public Overloads Overrides Function GetPropertiesSupported( _
    ByVal context
    An System.ComponentModel.ITypeDescriptorContext, предоставляющий контекст формата.
    As System.ComponentModel.ITypeDescriptorContext _
    ) As Boolean
    public override bool GetPropertiesSupported(
    System.ComponentModel.ITypeDescriptorContext context
    )
    public: bool GetPropertiesSupported(
    System.ComponentModel.ITypeDescriptorContext* context
    ); override
    public:
    bool GetPropertiesSupported(
    System.ComponentModel.ITypeDescriptorContext^ context
    ); override

    Parameters

    context
    An System.ComponentModel.ITypeDescriptorContext, предоставляющий контекст формата.

    Return Value

    True, если System.ComponentModel.TypeConverter.GetProperties(System.Object) следует вызвать для поиска свойств этого объекта; в противном случае, false.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также