ExtensionPoint Complex Type
Contains well-formed XML that extends the feature in which it is used.
<xs:complexType name="ExtensionPoint">
<xs:sequence>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##any"
/>
</xs:sequence>
</xs:complexType>
Remarks
The XML that you specify depends on the context in which it is used. For valid XML that you can specify, see the parent element to which the extension point belongs.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |