combit List & Label 29 - .NET Hilfe
combit.Reporting.Web.WindowsClientWebDesigner Namespace / WebDesignerExtensionClassInputsInfo Klasse / WebDesignerExtensionClassInputsInfo Konstruktor / WebDesignerExtensionClassInputsInfo Konstruktor(String,Type,Object,WebDesignerExtensionClassInputValueFormat)
Name of the extension class property.
Type of the extension class property.
Value of the extension class property.
Optional. Format of the value of the extension class property. (Default: WebDesignerExtensionClassInputValueFormat.Plain).


In diesem Thema
    WebDesignerExtensionClassInputsInfo Konstruktor(String,Type,Object,WebDesignerExtensionClassInputValueFormat)
    In diesem Thema
    Initializes a new instance of the WebDesignerExtensionClassInputsInfo class. Use this constructor only for extension class properties.
    Syntax
    'Deklaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal type As Type, _
       ByVal value As Object, _
       Optional ByVal format As WebDesignerExtensionClassInputValueFormat _
    )
    public WebDesignerExtensionClassInputsInfo( 
       string name,
       Type type,
       object value,
       WebDesignerExtensionClassInputValueFormat format
    )
    public:
    WebDesignerExtensionClassInputsInfo( 
       String^ name,
       Type^ type,
       Object^ value,
       WebDesignerExtensionClassInputValueFormat format
    )

    Parameter

    name
    Name of the extension class property.
    type
    Type of the extension class property.
    value
    Value of the extension class property.
    format
    Optional. Format of the value of the extension class property. (Default: WebDesignerExtensionClassInputValueFormat.Plain).
    Anforderungen

    Plattformen: Windows 10 (Version 21H2 - 22H2), Windows 11 (21H2 - 23H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    Siehe auch