ValidationMessage.Context Property

Definition

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

Applies to