Поделиться через


PropertyIdentifierCollection.SetItem - метод

Обновлен: Ноябрь 2007

Установка элемента с указанным индексом.

Пространство имен:  Microsoft.Windows.Design.Model
Сборка:  Microsoft.Windows.Design.Extensibility (в Microsoft.Windows.Design.Extensibility.dll)

Синтаксис

'Декларация
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As PropertyIdentifier _
)
'Применение
Dim index As Integer
Dim item As PropertyIdentifier

Me.SetItem(index, item)
protected override void SetItem(
    int index,
    PropertyIdentifier item
)
protected:
virtual void SetItem(
    int index, 
    PropertyIdentifier^ item
) override
protected override function SetItem(
    index : int, 
    item : PropertyIdentifier
)

Параметры

  • index
    Тип: System.Int32
    Индекс устанавливаемого элемента.

Разрешения

См. также

Ссылки

PropertyIdentifierCollection Класс

PropertyIdentifierCollection - члены

Microsoft.Windows.Design.Model - пространство имен

Другие ресурсы

Архитектура расширяемости конструктора WPF