VsValidationContext.GetNavigationProxyModelElements(ModelElement) Yöntem

Tanım

Geçirilen model öğesi için alternatifler model öğesini döndürür. Görüntülenen sunu modeli öğelerinin (pleştirir), model doğrulaması sırasında raporlanan gerçek sorunlu model öğesinin proxy 'leri olan model öğelerini temsil ettiği durumu göz önünde bulundurun.

public:
 override System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ GetNavigationProxyModelElements(Microsoft::VisualStudio::Modeling::ModelElement ^ fromElement);
public override System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.ModelElement> GetNavigationProxyModelElements (Microsoft.VisualStudio.Modeling.ModelElement fromElement);
override this.GetNavigationProxyModelElements : Microsoft.VisualStudio.Modeling.ModelElement -> seq<Microsoft.VisualStudio.Modeling.ModelElement>
Public Overrides Function GetNavigationProxyModelElements (fromElement As ModelElement) As IEnumerable(Of ModelElement)

Parametreler

fromElement
ModelElement

bildirilen sorunlu model öğesi

Döndürülenler

IEnumerable<ModelElement>

Geçirilen model öğesini temsil eden tüm proxy öğelerinin salt okunur bir koleksiyonu.

Şunlara uygulanır