ValidationMessage::ReferencedModelElements Property
Visual Studio 2015
Gets the model elements that are referenced by this message.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ReadOnlyCollection<ModelElement^>^ ReferencedModelElements { ReadOnlyCollection<ModelElement^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ModelElement^>^A read-only collection of ModelElement objects.
The collection contains the model elements that are involved with this error or warning.
Show: