ValidationMessage.Context 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.
context against which this validation message was generated.
public:
property Microsoft::VisualStudio::Modeling::Validation::ValidationContext ^ Context { Microsoft::VisualStudio::Modeling::Validation::ValidationContext ^ get(); };
public Microsoft.VisualStudio.Modeling.Validation.ValidationContext Context { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Context : Microsoft.VisualStudio.Modeling.Validation.ValidationContext
Public ReadOnly Property Context As ValidationContext
Property Value
context in which this message was generated
- Attributes