Share via


BrokenReferenceDetector.DetectBrokenReferences Method

 

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static DetectBrokenReferences(IEnumerable<ModelElement>, IServiceProvider, Action<ModelElement, DomainPropertyInfo, ModelBusReference>)

Looks through the collection for invalid references and on each that is found invokes invalidAction

System_CAPS_pubmethodSystem_CAPS_static DetectBrokenReferences(Store, Action<ModelElement, DomainPropertyInfo, ModelBusReference>)

Looks through the store for invalid references and on each that is found invokes invalidAction

Return Value

See Also

BrokenReferenceDetector Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

Return to top