ViewStateManager.ViewStateData Property

Definition

Gets a collection of ViewStateData for all activities in the workflow as an attached property on the root of the XAML document.

public:
 property System::Collections::ObjectModel::Collection<System::Activities::Presentation::ViewState::ViewStateData ^> ^ ViewStateData { System::Collections::ObjectModel::Collection<System::Activities::Presentation::ViewState::ViewStateData ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Activities.Presentation.ViewState.ViewStateData> ViewStateData { get; }
member this.ViewStateData : System.Collections.ObjectModel.Collection<System.Activities.Presentation.ViewState.ViewStateData>
Public ReadOnly Property ViewStateData As Collection(Of ViewStateData)

Property Value

The collection of ViewStateData for all activities in the workflow as an attached property on the root of the XAML document.

Applies to