Share via


<public> Element

 

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

Syntax

<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