BrokenReferenceDetector Class
Visual Studio 2015
Detects broken references
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
| 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 |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

