BrokenReferenceDetector Class

 

Detects broken references

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Integration.Picker.BrokenReferenceDetector

Syntax

public static class BrokenReferenceDetector
public ref class BrokenReferenceDetector abstract sealed 
[<AbstractClass>]
[<Sealed>]
type BrokenReferenceDetector = class end
Public NotInheritable Class BrokenReferenceDetector

Methods

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

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

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

Return to top