ElementListGetter Delegate

 

Returns a list given a model element. Used for DomainPath traversal methods.

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

public delegate IList^ ElementListGetter(
	ModelElement^ startElement
)

Parameters

startElement
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The model element from which to start.

Return Value

Type: System.Collections::IList^
Return to top
Show: