Sdílet prostřednictvím


BrokenReferenceDetector.DetectBrokenReferences – metoda (IEnumerable<ModelElement>, IServiceProvider, Action<ModelElement, DomainPropertyInfo, ModelBusReference>)

Vzhled prostřednictvím kolekce pro neplatné odkazy a na každý nalezený vyvolá invalidAction

Obor názvů:  Microsoft.VisualStudio.Modeling.Integration.Picker
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

Syntaxe

'Deklarace
Public Shared Sub DetectBrokenReferences ( _
    collection As IEnumerable(Of ModelElement), _
    serviceProvider As IServiceProvider, _
    brokenReferenceAction As Action(Of ModelElement, DomainPropertyInfo, ModelBusReference) _
)
public static void DetectBrokenReferences(
    IEnumerable<ModelElement> collection,
    IServiceProvider serviceProvider,
    Action<ModelElement, DomainPropertyInfo, ModelBusReference> brokenReferenceAction
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

BrokenReferenceDetector Třída

DetectBrokenReferences – přetížení

Microsoft.VisualStudio.Modeling.Integration.Picker – obor názvů