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 | |
---|---|---|
![]() ![]() |
DetectBrokenReferences(IEnumerable<ModelElement>, IServiceProvider, Action<ModelElement, DomainPropertyInfo, ModelBusReference>) | Looks through the collection for invalid references and on each that is found invokes invalidAction |
![]() ![]() |
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