Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Adiciona a tabela especificada para o conjunto de tabelas de atributo no contêiner atual.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- table
Tipo: Microsoft.Windows.Design.Metadata.AttributeTable
A tabela de atributos para adicionar.
Exceções
| Exceção | Condição |
|---|---|
| ArgumentNullException | table is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.