共用方式為


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>,其中包含最近使用的預設型別。

適用於