PageParserFilter.AddControl(Type, IDictionary) メソッド

定義

ページのコントロール ツリー内の現在のページ パーサーの位置に 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 のバージョンおよび依存関係」を参照してください。

適用対象