ItemContainerTemplateSelector Класс
Определение
Позволяет выбрать ItemContainerTemplate для каждого элемента в ItemsControl.Enables you to select an ItemContainerTemplate for each item within an ItemsControl.
public ref class ItemContainerTemplateSelector abstract
public abstract class ItemContainerTemplateSelector
type ItemContainerTemplateSelector = class
Public MustInherit Class ItemContainerTemplateSelector
- Наследование
-
ItemContainerTemplateSelector
Конструкторы
ItemContainerTemplateSelector() |
Инициализирует новый экземпляр класса ItemContainerTemplateSelector.Initializes a new instance of the ItemContainerTemplateSelector class. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит в качестве хэш-функции по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
SelectTemplate(Object, ItemsControl) |
При переопределении производного класса возвращает шаблон ItemContainerTemplate, основанный на настраиваемой логике.When overridden in a derived class, returns an ItemContainerTemplate based on custom logic. |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |