Windows Script Components  

<public> Element

Encloses the script component's property, method, and event declarations.

<public>
   <property name="pname"/>
   <method name="mname"/>
   <event name="ename"/>
</public>

See Also

<event> Element | <method> Element | <property> Element | Exposing Events | Exposing Methods | Exposing Properties