編輯

共用方式為


parametersType complexType (Action4)

Applies to: SharePoint Server 2013

Base type … xxxxxxxxxx.

Type information

Namespace

Schema file

Actions4.xsd

Extension base

None

Definition

    <xs:complexType name="parametersType">
        <xs:sequence>
            <xs:element name="Parameter" minOccurs="0" maxOccurs="unbounded">
                <xs:attribute name="Name" type="s:string" use="required" />
                <xs:attribute name="Type" type="s:string" use="required" />
                <xs:attribute name="Direction" type="s:string" use="required" />
                <xs:attribute name="Description" type="s:string" />
                <xs:attribute name="DesignerType" type="s:string" />
                <xs:attribute name="ShowLookupForDropdown" type="s:boolean" />
                <xs:attribute name="DisplayName" type="s:string" />
                <xs:attribute name="InitialValue" type="s:string" />
                <xs:attribute name="InitialBinding" type="s:string" />
                <xs:attribute name="EventCategory" type="s:string" />
            </xs:element>
        </xs:sequence>
    </xs:complexType>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element

Type

Description

Parameter

parameterType

Used to describe the input and output parameters for a method call to a custom **Action** or **Condition**. The Parameter element is of type parametersType.

Attributes

None.