Nevron Open Vision Documentation
Nevron.Nov.UI.Design Namespace / INCustomDesignTimeState Interface / DeserializeDesignTimeState Method


In This Topic
    DeserializeDesignTimeState Method
    In This Topic
    Deserializes the given design time state into the widget.
    Syntax
    'Declaration
     
    
    Sub DeserializeDesignTimeState( _
       ByVal state As System.String _
    ) 
    'Usage
     
    
    Dim instance As INCustomDesignTimeState
    Dim state As System.String
     
    instance.DeserializeDesignTimeState(state)
    void DeserializeDesignTimeState( 
       System.string state
    )

    Parameters

    state
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also