TypePresenter.DefaultMostRecentlyUsedTypes Propiedad

Definición

Obtiene o establece los tipos predeterminados usados más recientemente.

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)

Valor de propiedad

Devuelve ObservableCollection<T> que contiene los tipos predeterminados utilizados más recientemente.

Se aplica a