PageParserFilter.AddControl(Type, IDictionary) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ページのコントロール ツリー内の現在のページ パーサーの位置に ControlBuilder オブジェクトを追加します。
protected:
void AddControl(Type ^ type, System::Collections::IDictionary ^ attributes);
protected void AddControl (Type type, System.Collections.IDictionary attributes);
member this.AddControl : Type * System.Collections.IDictionary -> unit
Protected Sub AddControl (type As Type, attributes As IDictionary)
パラメーター
- type
- Type
ControlBuilder が表すコントロールの種類。
- attributes
- IDictionary
指定したすべてのタグ属性を保持する IDictionary オブジェクト。
注釈
AddControlは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。