TypePresenter.DefaultMostRecentlyUsedTypes 属性

定义

获取或设置最近使用的默认类型。

public:
 static property System::Collections::ObjectModel::ObservableCollection<Type ^> ^ DefaultMostRecentlyUsedTypes { System::Collections::ObjectModel::ObservableCollection<Type ^> ^ get(); };
public static System.Collections.ObjectModel.ObservableCollection<Type> DefaultMostRecentlyUsedTypes { get; }
static member DefaultMostRecentlyUsedTypes : System.Collections.ObjectModel.ObservableCollection<Type>
Public Shared ReadOnly Property DefaultMostRecentlyUsedTypes As ObservableCollection(Of Type)

属性值

返回 ObservableCollection<T> 包含最近使用的默认类型。

适用于