NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TemplateBuilder.Init

[To be supplied.]

[Visual Basic]
Overrides Public Sub Init( _
   ByVal parser As TemplateParser, _
   ByVal parentBuilder As ControlBuilder, _
   ByVal type As Type, _
   ByVal tagName As String, _
   ByVal ID As String, _
   ByVal attribs As IDictionary _
)
[C#]
public override void Init(
   TemplateParser parser,
   ControlBuilder parentBuilder,
   Type type,
   string tagName,
   string ID,
   IDictionary attribs
);
[C++]
public: override void Init(
   TemplateParser* parser,
   ControlBuilder* parentBuilder,
   Type* type,
   String* tagName,
   String* ID,
   IDictionary* attribs
);
[JScript]
public override function Init(
   parser : TemplateParser,
   parentBuilder : ControlBuilder,
   type : Type,
   tagName : String,
   ID : String,
   attribs : IDictionary
);

Parameters

parser
[To be supplied.]
parentBuilder
[To be supplied.]
type
[To be supplied.]
tagName
[To be supplied.]
ID
[To be supplied.]
attribs
[To be supplied.]

See Also

TemplateBuilder Class | TemplateBuilder Members | System.Web.UI Namespace