次の方法で共有


ValidationMessage.ReferencedModelElements Property

Definition

model elements referenced by this message.

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

Property Value

zero or more model elements involved with this error or warning

Applies to