ValidationContext.ValidationSubjects Propriedade

Definição

Obtenha a coleção somente leitura de ModelElements a ser validada.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ ValidationSubjects { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ModelElement> ValidationSubjects { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ValidationSubjects : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ModelElement>
Public ReadOnly Property ValidationSubjects As ReadOnlyCollection(Of ModelElement)

Valor da propriedade

ReadOnlyCollection<ModelElement>

Uma lista ReadOnly dos elementos de modelo a serem validados

Atributos

Aplica-se a