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


PropertyIdentifierCollection.Add - метод (DependencyProperty)

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

Добавление нового идентификатора свойства.

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

Синтаксис

'Декларация
Public Sub Add ( _
    property As DependencyProperty _
)
'Применение
Dim instance As PropertyIdentifierCollection
Dim property As DependencyProperty

instance.Add(property)
public void Add(
    DependencyProperty property
)
public:
void Add(
    DependencyProperty^ property
)
public function Add(
    property : DependencyProperty
)

Параметры

Разрешения

См. также

Ссылки

PropertyIdentifierCollection Класс

PropertyIdentifierCollection - члены

Add - перегрузка

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

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

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