Designer: Parameters Panel
The Parameters panel allows you to configure input and output parameters that you can use to bind control properties to.
The following table describes the attributes of this panel:
Attribute | Value | Description |
---|---|---|
Input Parameters | User-defined | Displays the list of input parameters. |
Input Parameters: Add | N/A | Click to add an input parameter. |
Input Parameters: Remove | N/A | Click to remove the selected input parameter. |
Output Parameters | User-defined | Displays the list of output parameters. |
Output Parameters: Add | N/A | Click to add an output parameter. |
Output Parameters: Remove | N/A | Click to remove the selected output parameter. |
Parameter Properties
The following table describes the properties for input and output parameters:
Property | Parameter Type | Description |
---|---|---|
CanUpdate | Input | Select this check box to indicate that this parameter can be updated if it is used in a data binding operation. |
DataType | Input/Output | Specify the data type of the parameter. For more information, see Data Types. |
Description | Input/Output | Specifies more information that a user may find helpful. |
Display Name | Input/Output | Specifies the name to display in the Workflow Editor. |
InvalidText | Output | Specifies text that will not validate when entered in the text box. This property is not available for Silverlight forms. |
IsRequired | Output | Select this check box to indicate that the selected output parameter is required for data binding. This property is not available for Silverlight forms. |
IsValid | Output | This check box is selected when the value is valid. This property is not available for Silverlight forms. |
Localization | Input/Output | Click the ellipsis button to open the Localization Configuration dialog box where you can configure the property to localize, the language to use for localization, and the text to localize. This property is not available for Silverlight forms. |
Name | Input/Output | Specifies the identifying name. The name provides a reference so that code behind, such as event handler code, can refer to a markup element during processing by a XAML processor. This property is not available for Silverlight forms. |
Uid | Input/Output | Specifies the unique identifier (for localization). This property is not available for Silverlight forms. |
Value | Input/Output | Specifies the current value of the parameter. Important: Literal values for output parameters are not supported on Silverlight forms.
|