Editor.Validation Property
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.
Gets or sets Validation. Validation behavior defined by the editor.
public:
property Microsoft::VisualStudio::Modeling::DslDefinition::Validation ^ Validation { Microsoft::VisualStudio::Modeling::DslDefinition::Validation ^ get(); void set(Microsoft::VisualStudio::Modeling::DslDefinition::Validation ^ value); };
public Microsoft.VisualStudio.Modeling.DslDefinition.Validation Validation { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Validation : Microsoft.VisualStudio.Modeling.DslDefinition.Validation with get, set
Public Property Validation As Validation
Property Value
- Attributes