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]

See also

ExtensionPoint (Choice) Element

ExtensionPoint (GlobalDiagnosticPackage) Element

ExtensionPoint (GlobalRootcause) Element

ExtensionPoint (LaunchUIInteraction) Element

ExtensionPoint (MultipleResponseInteraction) Element

ExtensionPoint (PauseInteraction) Element

ExtensionPoint (SingleResponseInteraction) Element

ExtensionPoint (TextInteraction) Element

ExtensionPoint (LocalDiagnosticPackage) Element

ExtensionPoint (LocalRootcause) Element

ExtensionPoint (Resolver) Element

ExtensionPoint (Script) Element

ExtensionPoint (Troubleshooter) Element

ExtensionPoint (Verifier) Element