TypePresenter::MostRecentlyUsedTypes Property

.NET Framework (current version)
 

Gets or sets the types used most recently.

Namespace:   System.Activities.Presentation.View
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property ObservableCollection<Type^>^ MostRecentlyUsedTypes {
	ObservableCollection<Type^>^ get();
	void set(ObservableCollection<Type^>^ value);
}

Property Value

Type: System.Collections.ObjectModel::ObservableCollection<Type^>^

The types used most recently.

.NET Framework
Available since 4.0
Return to top
Show: