AttributeTableBuilder.AddTable 方法
會將所提供屬性表格的內容加入至表格產生器。
命名空間: Microsoft.Windows.Design.Metadata
組件: Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)
語法
'宣告
Public Sub AddTable ( _
table As AttributeTable _
)
public void AddTable(
AttributeTable table
)
public:
void AddTable(
AttributeTable^ table
)
member AddTable :
table:AttributeTable -> unit
public function AddTable(
table : AttributeTable
)
參數
- table
型別:Microsoft.Windows.Design.Metadata.AttributeTable
現有的屬性表格。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | table 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
備註
以「後進寫入」(Last-in-Wins) 的策略解決衝突。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。