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


AttributeTableContainer.AddAttributeTable - метод

Добавляет заданную таблицу в набор таблиц атрибутов в текущем контейнере.

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

Синтаксис

'Декларация
Public Sub AddAttributeTable ( _
    table As AttributeTable _
)
public void AddAttributeTable(
    AttributeTable table
)
public:
void AddAttributeTable(
    AttributeTable^ table
)
member AddAttributeTable : 
        table:AttributeTable -> unit 
public function AddAttributeTable(
    table : AttributeTable
)

Параметры

Исключения

Исключение Условие
ArgumentNullException

Параметр table имеет значение nullпустая ссылка (Nothing в Visual Basic).

Безопасность платформы .NET Framework

См. также

Ссылки

AttributeTableContainer Класс

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