CollectionViewSource Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public ref class CollectionViewSource sealed : DependencyObject
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CollectionViewSource final : DependencyObject
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CollectionViewSource : DependencyObject
Public NotInheritable Class CollectionViewSource
Inherits DependencyObject
- Héritage
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| CollectionViewSource() | |
Propriétés
| Nom | Description |
|---|---|
| Dispatcher | (Hérité de DependencyObject) |
| DispatcherQueue | (Hérité de DependencyObject) |
| IsSourceGrouped | |
| IsSourceGroupedProperty | |
| ItemsPath | |
| ItemsPathProperty | |
| Source | |
| SourceProperty | |
| View | |
| ViewProperty | |
Méthodes
| Nom | Description |
|---|---|
| ClearValue(DependencyProperty) | (Hérité de DependencyObject) |
| GetAnimationBaseValue(DependencyProperty) | (Hérité de DependencyObject) |
| GetValue(DependencyProperty) | (Hérité de DependencyObject) |
| ReadLocalValue(DependencyProperty) | (Hérité de DependencyObject) |
| RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) | (Hérité de DependencyObject) |
| SetValue(DependencyProperty, Object) | (Hérité de DependencyObject) |
| UnregisterPropertyChangedCallback(DependencyProperty, Int64) | (Hérité de DependencyObject) |