ValidationMessage::ReferencedModelElements Property

 

Gets the model elements that are referenced by this message.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
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.

Return to top
Show: