PropertyElementGetter Delegate

 

Gets the element on which the property being displayed for the given element is hosted.

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

public delegate ModelElement^ PropertyElementGetter(
	ModelElement^ element
)

Parameters

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

The ModelElement on which the property is displayed.

Return to top
Show: