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
)
參數
- table
型別:Microsoft.Windows.Design.Metadata.AttributeTable
要加入的屬性表格。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | table 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。