TypePresenter.MostRecentlyUsedTypes 属性

定义

获取或设置最近使用的类型。Gets or sets the types used most recently.

public:
 property System::Collections::ObjectModel::ObservableCollection<Type ^> ^ MostRecentlyUsedTypes { System::Collections::ObjectModel::ObservableCollection<Type ^> ^ get(); void set(System::Collections::ObjectModel::ObservableCollection<Type ^> ^ value); };
public System.Collections.ObjectModel.ObservableCollection<Type> MostRecentlyUsedTypes { get; set; }
member this.MostRecentlyUsedTypes : System.Collections.ObjectModel.ObservableCollection<Type> with get, set
Public Property MostRecentlyUsedTypes As ObservableCollection(Of Type)

属性值

ObservableCollection<Type>

最近使用的类型。The types used most recently.

适用于