次の方法で共有


AttributeTableBuilder.AddTable メソッド

更新 : 2007 年 11 月

指定した属性テーブルの内容をテーブル ビルダに追加します。

名前空間 :  Microsoft.Windows.Design.Metadata
アセンブリ :  Microsoft.Windows.Design (Microsoft.Windows.Design.dll 内)

構文

'宣言
Public Sub AddTable ( _
    table As AttributeTable _
)
'使用
Dim instance As AttributeTableBuilder
Dim table As AttributeTable

instance.AddTable(table)
public void AddTable(
    AttributeTable table
)
public:
void AddTable(
    AttributeTable^ table
)
public function AddTable(
    table : AttributeTable
)

パラメータ

例外

例外 条件
ArgumentNullException

table が nullnull 参照 (Visual Basic では Nothing) です。

解説

競合は、最新操作の優先方式で解決されます。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

AttributeTableBuilder クラス

AttributeTableBuilder メンバ

Microsoft.Windows.Design.Metadata 名前空間

AttributeTable

AttributeCallbackBuilder

その他の技術情報

メタデータ ストア