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)

Syntax

'Declaration
Public Delegate Function ElementListGetter ( _
    startElement As ModelElement _
) As IList
public delegate IList ElementListGetter(
    ModelElement startElement
)
public delegate IList^ ElementListGetter(
    ModelElement^ startElement
)
type ElementListGetter = 
    delegate of  
        startElement:ModelElement -> IList
JScript does not support delegates.

Parameters

Return Value

Type: System.Collections.IList

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace