BrokenReferenceDetector Class
Detects broken references
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.Integration.Picker.BrokenReferenceDetector
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class BrokenReferenceDetector
public static class BrokenReferenceDetector
public ref class BrokenReferenceDetector abstract sealed
[<AbstractClass>]
[<Sealed>]
type BrokenReferenceDetector = class end
public final class BrokenReferenceDetector
Methods
Name | Description | |
---|---|---|
DetectBrokenReferences(Store, Action<ModelElement, DomainPropertyInfo, ModelBusReference>) | Looks through the store for invalid references and on each that is found invokes invalidAction | |
DetectBrokenReferences(IEnumerable<ModelElement>, IServiceProvider, Action<ModelElement, DomainPropertyInfo, ModelBusReference>) | Looks through the collection for invalid references and on each that is found invokes invalidAction |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace