ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, Object) Metodo

Definizione

Restituisce un valore che indica se applicare lo stile dalla proprietà ItemContainerStyle o ItemContainerStyleSelector all'elemento contenitore dell'elemento specificato.

protected:
 virtual bool ShouldApplyItemContainerStyle(System::Windows::DependencyObject ^ container, System::Object ^ item);
protected virtual bool ShouldApplyItemContainerStyle (System.Windows.DependencyObject container, object item);
abstract member ShouldApplyItemContainerStyle : System.Windows.DependencyObject * obj -> bool
override this.ShouldApplyItemContainerStyle : System.Windows.DependencyObject * obj -> bool
Protected Overridable Function ShouldApplyItemContainerStyle (container As DependencyObject, item As Object) As Boolean

Parametri

container
DependencyObject

Elemento contenitore.

item
Object

Elemento di interesse.

Restituisce

Sempre true per l'implementazione di base.

Si applica a