CT_UpdateDockPanes Complex Type
In This Topic
Diagram
Overview
 |
 |
Choice 0..∞
 |
 |
Sequence
 |
Sequence optional
 |
 |
heading optional xs:string
|
 |
Sequence optional
| | |
 |
Sequence optional
 |
 |
assembly optional
|
 |
className optional
|
 |
publicKeyToken optional
|
 |
version optional
| | | | |
| |
Used By
Source
<xs:complexType name="CT_UpdateDockPanes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deleteDockPane" type="CT_Delete" />
<xs:element name="insertDockPane" type="CT_DockPane" />
<xs:element name="updateDockPane" type="CT_UpdateDockPane" />
</xs:choice>
</xs:complexType>
|
See Also