StreamStatePersistenceService.Load(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Practices::CompositeUI::State ^ Load(System::String ^ id);
public Microsoft.Practices.CompositeUI.State Load (string id);
abstract member Load : string -> Microsoft.Practices.CompositeUI.State
override this.Load : string -> Microsoft.Practices.CompositeUI.State
Public Function Load (id As String) As State
Parameters
- id
- String