TypePresenter::DefaultMostRecentlyUsedTypes Property

.NET Framework (current version)
 

Gets or sets the default types used most recently.

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

public:
property ObservableCollection<Type^>^ DefaultMostRecentlyUsedTypes {
	static ObservableCollection<Type^>^ get();
}

Property Value

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

Returns ObservableCollection<T> that contains the default types used most recently.

.NET Framework
Available since 4.0
Return to top
Show: