ValidationOptionAttribute(ValidationOption) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ValidationOptionAttribute class, with a value for ValidationOption.
public:
ValidationOptionAttribute(System::Workflow::ComponentModel::Compiler::ValidationOption validationOption);
public ValidationOptionAttribute (System.Workflow.ComponentModel.Compiler.ValidationOption validationOption);
new System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute : System.Workflow.ComponentModel.Compiler.ValidationOption -> System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute
Public Sub New (validationOption As ValidationOption)
Parameters
- validationOption
- ValidationOption
The required ValidationOption enumeration value for this instance.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.